sh: Tidy CPU probing and fixup section annotations.
This does a detect_cpu_and_cache_system() -> cpu_probe() rename, tidies up the unused return value, and stuffs it under __cpuinit in preparation for CPU hotplug. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
3bd1666887
commit
a9079ca0cb
8 changed files with 9 additions and 22 deletions
|
@ -102,6 +102,8 @@ struct task_struct;
|
|||
|
||||
extern struct pt_regs fake_swapper_regs;
|
||||
|
||||
extern void cpu_probe(void);
|
||||
|
||||
/* arch/sh/kernel/process.c */
|
||||
extern unsigned int xstate_size;
|
||||
extern void free_thread_xstate(struct task_struct *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue