projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76934ed
)
x86: space to tab in setup_arch
author
Yinghai Lu
<yhlu.kernel@gmail.com>
Thu, 26 Jun 2008 00:53:22 +0000
(17:53 -0700)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 8 Jul 2008 11:10:48 +0000
(13:10 +0200)
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/setup_32.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/setup_32.c
b/arch/x86/kernel/setup_32.c
index f3177bae300d6e5327e04948c70675cdfd397f22..4d5f8a3eb7ea83a7cacaebb3620ec4fdd25c1b80 100644
(file)
--- 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);