Skip to content

Commit

Permalink
[PATCH] i386: CONFIG_ACPI_SRAT typo fix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Magnus Damm authored and Linus Torvalds committed Sep 9, 2005
1 parent 4b5d37a commit abda245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-i386/mmzone.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abda245

Please sign in to comment.