diff options
Diffstat (limited to 'arch/sparc64/kernel/entry.h')
-rw-r--r-- | arch/sparc64/kernel/entry.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/entry.h b/arch/sparc64/kernel/entry.h index e66d94c7caff..0d0de9c32a80 100644 --- a/arch/sparc64/kernel/entry.h +++ b/arch/sparc64/kernel/entry.h | |||
@@ -1,8 +1,9 @@ | |||
1 | #ifndef _ENTRY_H | 1 | #ifndef _ENTRY_H |
2 | #define _ENTRY_H | 2 | #define _ENTRY_H |
3 | 3 | ||
4 | #include <linux/init.h> | 4 | #include <linux/kernel.h> |
5 | #include <linux/types.h> | 5 | #include <linux/types.h> |
6 | #include <linux/init.h> | ||
6 | 7 | ||
7 | extern char *sparc_cpu_type; | 8 | extern char *sparc_cpu_type; |
8 | extern char *sparc_fpu_type; | 9 | extern char *sparc_fpu_type; |
@@ -13,6 +14,9 @@ extern void __init boot_cpu_id_too_large(int cpu); | |||
13 | extern unsigned int dcache_parity_tl1_occurred; | 14 | extern unsigned int dcache_parity_tl1_occurred; |
14 | extern unsigned int icache_parity_tl1_occurred; | 15 | extern unsigned int icache_parity_tl1_occurred; |
15 | 16 | ||
17 | extern asmlinkage void syscall_trace(struct pt_regs *regs, | ||
18 | int syscall_exit_p); | ||
19 | |||
16 | extern void bad_trap_tl1(struct pt_regs *regs, long lvl); | 20 | extern void bad_trap_tl1(struct pt_regs *regs, long lvl); |
17 | 21 | ||
18 | extern void do_fpe_common(struct pt_regs *regs); | 22 | extern void do_fpe_common(struct pt_regs *regs); |