x86: space to tab in setup_arch
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
76934ed4b3
commit
f2f865fe6e
|
@ -557,10 +557,10 @@ void __init setup_arch(char **cmdline_p)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_ACPI_NUMA
|
#ifdef CONFIG_ACPI_NUMA
|
||||||
/*
|
/*
|
||||||
* Parse SRAT to discover nodes.
|
* Parse SRAT to discover nodes.
|
||||||
*/
|
*/
|
||||||
acpi_numa_init();
|
acpi_numa_init();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
initmem_init(0, max_pfn);
|
initmem_init(0, max_pfn);
|
||||||
|
|
Loading…
Reference in New Issue