diff --git a/module/zfs/arc.c b/module/zfs/arc.c index 318d4ce421..33984e79b2 100644 --- a/module/zfs/arc.c +++ b/module/zfs/arc.c @@ -3499,7 +3499,7 @@ arc_init(void) /* Start out with 1/8 of all memory */ arc_c = physmem * PAGESIZE / 8; -#if defined(_KERNEL) && defined(__i386) +#ifdef _KERNEL /* * On architectures where the physical memory can be larger * than the addressable space (intel in 32-bit mode), we may