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