diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-04-21 05:20:42 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-04-21 05:20:42 +0200 |
commit | 4a6feab0ee5240c4bd5378d9f8a46b85718c68a7 (patch) | |
tree | 883f73dbb1e1ed80ae098b794d20ce1d09d1c88b /arch/sh/include/asm/processor.h | |
parent | sh: Tidy CPU probing and fixup section annotations. (diff) | |
download | linux-4a6feab0ee5240c4bd5378d9f8a46b85718c68a7.tar.xz linux-4a6feab0ee5240c4bd5378d9f8a46b85718c68a7.zip |
sh: __cpuinit annotate the CPU init path.
All of the regular CPU init path needs to be __cpuinit annotated for CPU
hotplug.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/processor.h')
-rw-r--r-- | arch/sh/include/asm/processor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/include/asm/processor.h b/arch/sh/include/asm/processor.h index c2be22505fee..26b3f026eec9 100644 --- a/arch/sh/include/asm/processor.h +++ b/arch/sh/include/asm/processor.h @@ -102,6 +102,7 @@ struct task_struct; extern struct pt_regs fake_swapper_regs; +extern void cpu_init(void); extern void cpu_probe(void); /* arch/sh/kernel/process.c */ |