diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-07-15 01:44:51 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-07-15 01:44:51 -0400 |
commit | 43d2548bb2ef7e6d753f91468a746784041e522d (patch) | |
tree | 77d13fcd48fd998393abb825ec36e2b732684a73 /arch/powerpc/kernel/setup_32.c | |
parent | 585583d95c5660973bc0cf64add517b040acd8a4 (diff) | |
parent | 85082fd7cbe3173198aac0eb5e85ab1edcc6352c (diff) |
Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-build
Manual fixup of:
arch/powerpc/Kconfig
Diffstat (limited to 'arch/powerpc/kernel/setup_32.c')
-rw-r--r-- | arch/powerpc/kernel/setup_32.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/kernel/setup_32.c b/arch/powerpc/kernel/setup_32.c index 0109e7f0ccf9..4efebe88e64a 100644 --- a/arch/powerpc/kernel/setup_32.c +++ b/arch/powerpc/kernel/setup_32.c | |||
@@ -81,7 +81,7 @@ int ucache_bsize; | |||
81 | * from the address that it was linked at, so we must use RELOC/PTRRELOC | 81 | * from the address that it was linked at, so we must use RELOC/PTRRELOC |
82 | * to access static data (including strings). -- paulus | 82 | * to access static data (including strings). -- paulus |
83 | */ | 83 | */ |
84 | unsigned long __init early_init(unsigned long dt_ptr) | 84 | notrace unsigned long __init early_init(unsigned long dt_ptr) |
85 | { | 85 | { |
86 | unsigned long offset = reloc_offset(); | 86 | unsigned long offset = reloc_offset(); |
87 | struct cpu_spec *spec; | 87 | struct cpu_spec *spec; |
@@ -115,7 +115,7 @@ unsigned long __init early_init(unsigned long dt_ptr) | |||
115 | * This is called very early on the boot process, after a minimal | 115 | * This is called very early on the boot process, after a minimal |
116 | * MMU environment has been set up but before MMU_init is called. | 116 | * MMU environment has been set up but before MMU_init is called. |
117 | */ | 117 | */ |
118 | void __init machine_init(unsigned long dt_ptr, unsigned long phys) | 118 | notrace void __init machine_init(unsigned long dt_ptr, unsigned long phys) |
119 | { | 119 | { |
120 | /* Enable early debugging if any specified (see udbg.h) */ | 120 | /* Enable early debugging if any specified (see udbg.h) */ |
121 | udbg_early_init(); | 121 | udbg_early_init(); |
@@ -142,7 +142,7 @@ void __init machine_init(unsigned long dt_ptr, unsigned long phys) | |||
142 | 142 | ||
143 | #ifdef CONFIG_BOOKE_WDT | 143 | #ifdef CONFIG_BOOKE_WDT |
144 | /* Checks wdt=x and wdt_period=xx command-line option */ | 144 | /* Checks wdt=x and wdt_period=xx command-line option */ |
145 | int __init early_parse_wdt(char *p) | 145 | notrace int __init early_parse_wdt(char *p) |
146 | { | 146 | { |
147 | if (p && strncmp(p, "0", 1) != 0) | 147 | if (p && strncmp(p, "0", 1) != 0) |
148 | booke_wdt_enabled = 1; | 148 | booke_wdt_enabled = 1; |