From e6e403381df23bb935a45415a1055d54dd5f05ee Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Thu, 30 Jul 2009 09:59:31 -0700 Subject: [PATCH] Revert remaining unneeded change so the topic branch can be removed. --- module/zfs/arc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/zfs/arc.c b/module/zfs/arc.c index 7510241cc4..a319b217d7 100644 --- a/module/zfs/arc.c +++ b/module/zfs/arc.c @@ -3485,7 +3485,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