mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
[PATCH] i386: CONFIG_ACPI_SRAT typo fix
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>
This commit is contained in:
parent
4b5d37ac02
commit
abda24528a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user