applied. thanks, -Len >-----Original Message----- >From: akpm@xxxxxxxx [mailto:akpm@xxxxxxxx] >Sent: Friday, June 30, 2006 5:15 AM >To: Brown, Len >Cc: linux-acpi@xxxxxxxxxxxxxxx; akpm@xxxxxxxx; ak@xxxxxx; mingo@xxxxxxx >Subject: [patch 6/6] ACPI_SRAT needs ACPI > >From: Andrew Morton <akpm@xxxxxxxx> > >arch/i386/kernel/srat.c won't compile without CONFIG_ACPI. > >Cc: Ingo Molnar <mingo@xxxxxxx> >Cc: Andi Kleen <ak@xxxxxx> >Cc: "Brown, Len" <len.brown@xxxxxxxxx> >Signed-off-by: Andrew Morton <akpm@xxxxxxxx> >--- > > arch/i386/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff -puN arch/i386/Kconfig~acpi_srat-needs-acpi arch/i386/Kconfig >--- a/arch/i386/Kconfig~acpi_srat-needs-acpi >+++ a/arch/i386/Kconfig >@@ -176,7 +176,7 @@ endchoice > config ACPI_SRAT > bool > default y >- depends on NUMA && (X86_SUMMIT || X86_GENERICARCH) >+ depends on ACPI && NUMA && (X86_SUMMIT || X86_GENERICARCH) > select ACPI_NUMA > > config HAVE_ARCH_PARSE_SRAT >_ > - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html