projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b5d37a
)
[PATCH] i386: CONFIG_ACPI_SRAT typo fix
author
Magnus Damm
<magnus@valinux.co.jp>
Fri, 9 Sep 2005 20:01:23 +0000
(13:01 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 9 Sep 2005 20:56:44 +0000
(13:56 -0700)
Fix a typo involving CONFIG_ACPI_SRAT.
Signed-off-by: Magnus Damm <magnus@valinux.co.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-i386/mmzone.h
patch
|
blob
|
history
diff --git
a/include/asm-i386/mmzone.h
b/include/asm-i386/mmzone.h
index 516421300ea2d2346cfb084eefb276bd00b9ec18..348fe3a4879dd366ff30a40f774b018aa73eb6a2 100644
(file)
--- a/
include/asm-i386/mmzone.h
+++ b/
include/asm-i386/mmzone.h
@@
-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