Prev: [PATCH 34/39] x86: Use walk_system_ream_range() instead of referring e820.map directly for tboot
Next: [PATCH 35/39] x86: make e820 to be __initdata
From: Yinghai Lu on 9 Apr 2010 02:20 32bit now can use generic __find_lmb_area now. So we can turn arch one off Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index da9040b..bbe4e99 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -584,7 +584,7 @@ config PARAVIRT_DEBUG a paravirt_op is missing when it is called. config ARCH_LMB_FIND_AREA - default y + default n bool "Use x86 own lmb_find_area()" ---help--- Use lmb_find_area() version instead of generic version, it get free -- 1.6.4.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |