This patch for 2.6.13-git6 fixes a typo involving CONFIG_ACPI_SRAT. Signed-off-by: Magnus Damm <[EMAIL PROTECTED]> ----
--- from-0005/include/asm-i386/mmzone.h +++ to-0008/include/asm-i386/mmzone.h 2005-09-07 15:06:52.000000000 +0900 @@ -29,7 +29,7 @@ static inline void get_memcfg_numa(void) #ifdef CONFIG_X86_NUMAQ if (get_memcfg_numaq()) return; -#elif CONFIG_ACPI_SRAT +#elif defined(CONFIG_ACPI_SRAT) if (get_memcfg_from_srat()) return; #endif - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/