aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc64/kernel/entry.h')
-rw-r--r--arch/sparc64/kernel/entry.h6
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
7extern char *sparc_cpu_type; 8extern char *sparc_cpu_type;
8extern char *sparc_fpu_type; 9extern char *sparc_fpu_type;
@@ -13,6 +14,9 @@ extern void __init boot_cpu_id_too_large(int cpu);
13extern unsigned int dcache_parity_tl1_occurred; 14extern unsigned int dcache_parity_tl1_occurred;
14extern unsigned int icache_parity_tl1_occurred; 15extern unsigned int icache_parity_tl1_occurred;
15 16
17extern asmlinkage void syscall_trace(struct pt_regs *regs,
18 int syscall_exit_p);
19
16extern void bad_trap_tl1(struct pt_regs *regs, long lvl); 20extern void bad_trap_tl1(struct pt_regs *regs, long lvl);
17 21
18extern void do_fpe_common(struct pt_regs *regs); 22extern void do_fpe_common(struct pt_regs *regs);