public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i386: CONFIG_ACPI_SRAT typo fix
@ 2005-09-07  7:15 Magnus Damm
  0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2005-09-07  7:15 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-mm, Magnus Damm

This patch for 2.6.13-git6 fixes a typo involving CONFIG_ACPI_SRAT.

Signed-off-by: Magnus Damm <magnus@valinux.co.jp>
----

--- 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-09-07  7:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-07  7:15 [PATCH] i386: CONFIG_ACPI_SRAT typo fix Magnus Damm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox