This patch forces the CONFIG_HAS_VM_PERCU to be defined for i386. Signed-off-by: Steven Rostedt <rostedt@xxxxxxxxxxx> Index: linux-2.6.16-test/arch/i386/Kconfig =================================================================== --- linux-2.6.16-test.orig/arch/i386/Kconfig 2006-05-17 04:32:27.000000000 -0400 +++ linux-2.6.16-test/arch/i386/Kconfig 2006-05-17 05:00:10.000000000 -0400 @@ -1116,3 +1116,7 @@ config X86_TRAMPOLINE config KTIME_SCALAR bool default y + +config HAS_VM_PERCPU + bool + default y \ No newline at end of file