diff options
Diffstat (limited to 'arch/sparc/kernel/kernel.h')
-rw-r--r-- | arch/sparc/kernel/kernel.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/sparc/kernel/kernel.h b/arch/sparc/kernel/kernel.h index 24ad449886be..6f6544cfa0ef 100644 --- a/arch/sparc/kernel/kernel.h +++ b/arch/sparc/kernel/kernel.h | |||
@@ -6,11 +6,9 @@ | |||
6 | #include <asm/traps.h> | 6 | #include <asm/traps.h> |
7 | 7 | ||
8 | /* cpu.c */ | 8 | /* cpu.c */ |
9 | extern const char *sparc_cpu_type; | ||
10 | extern const char *sparc_pmu_type; | 9 | extern const char *sparc_pmu_type; |
11 | extern const char *sparc_fpu_type; | ||
12 | |||
13 | extern unsigned int fsr_storage; | 10 | extern unsigned int fsr_storage; |
11 | extern int ncpus_probed; | ||
14 | 12 | ||
15 | #ifdef CONFIG_SPARC32 | 13 | #ifdef CONFIG_SPARC32 |
16 | /* cpu.c */ | 14 | /* cpu.c */ |
@@ -37,6 +35,7 @@ extern void sun4c_init_IRQ(void); | |||
37 | extern unsigned int lvl14_resolution; | 35 | extern unsigned int lvl14_resolution; |
38 | 36 | ||
39 | extern void sun4m_init_IRQ(void); | 37 | extern void sun4m_init_IRQ(void); |
38 | extern void sun4m_unmask_profile_irq(void); | ||
40 | extern void sun4m_clear_profile_irq(int cpu); | 39 | extern void sun4m_clear_profile_irq(int cpu); |
41 | 40 | ||
42 | /* sun4d_irq.c */ | 41 | /* sun4d_irq.c */ |