summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYinghai Lu <yhlu.kernel@gmail.com>2008-06-26 00:53:22 (GMT)
committerIngo Molnar <mingo@elte.hu>2008-07-08 11:10:48 (GMT)
commitf2f865fe6e6e40ddf37f887eb427263d83bb925d (patch)
tree69be783fded3be1f30c6a4952b8e13cb01f3eabd
parent76934ed4b33b65096296d3e7b3c046fd020019fc (diff)
downloadlinux-fsl-qoriq-f2f865fe6e6e40ddf37f887eb427263d83bb925d.tar.xz
x86: space to tab in setup_arch
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r--arch/x86/kernel/setup_32.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/x86/kernel/setup_32.c b/arch/x86/kernel/setup_32.c
index f3177ba..4d5f8a3 100644
--- a/arch/x86/kernel/setup_32.c
+++ b/arch/x86/kernel/setup_32.c
@@ -557,10 +557,10 @@ void __init setup_arch(char **cmdline_p)
#endif
#ifdef CONFIG_ACPI_NUMA
- /*
- * Parse SRAT to discover nodes.
- */
- acpi_numa_init();
+ /*
+ * Parse SRAT to discover nodes.
+ */
+ acpi_numa_init();
#endif
initmem_init(0, max_pfn);