Messages in this thread Patch in this message |  | | | Date | Wed, 17 May 2006 06:01:57 -0400 (EDT) | | From | Steven Rostedt <> | | Subject | [RFC PATCH 09/09] robust VM per_cpu i386 Kconfig update |
| |
This patch forces the CONFIG_HAS_VM_PERCU to be defined for i386.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |