Skip to content

Commit

Permalink
x86: space to tab in setup_arch
Browse files Browse the repository at this point in the history
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Jul 8, 2008
1 parent 76934ed commit f2f865f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/x86/kernel/setup_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f2f865f

Please sign in to comment.