sparc: fix sparse warnings in traps_32.c
[deliverable/linux.git] / arch / sparc / kernel / kernel.h
1 /* cpu.c */
2 extern const char *sparc_cpu_type;
3 extern const char *sparc_fpu_type;
4
5 extern unsigned int fsr_storage;
6
7 #ifdef CONFIG_SPARC32
8 /* cpu.c */
9 extern void cpu_probe(void);
10
11 /* traps_32.c */
12 extern void handle_hw_divzero(struct pt_regs *regs, unsigned long pc,
13 unsigned long npc, unsigned long psr);
14 /* muldiv.c */
15 extern int do_user_muldiv (struct pt_regs *, unsigned long);
16 #else /* CONFIG_SPARC32 */
17 #endif
This page took 0.046074 seconds and 6 git commands to generate.