aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/include/asm/processor.h')
-rw-r--r--arch/sh/include/asm/processor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/include/asm/processor.h b/arch/sh/include/asm/processor.h
index 9605e062840f..c2be22505fee 100644
--- a/arch/sh/include/asm/processor.h
+++ b/arch/sh/include/asm/processor.h
@@ -102,6 +102,8 @@ struct task_struct;
102 102
103extern struct pt_regs fake_swapper_regs; 103extern struct pt_regs fake_swapper_regs;
104 104
105extern void cpu_probe(void);
106
105/* arch/sh/kernel/process.c */ 107/* arch/sh/kernel/process.c */
106extern unsigned int xstate_size; 108extern unsigned int xstate_size;
107extern void free_thread_xstate(struct task_struct *); 109extern void free_thread_xstate(struct task_struct *);