diff options
Diffstat (limited to 'arch/sparc64/kernel')
-rw-r--r-- | arch/sparc64/kernel/kprobes.c | 2 | ||||
-rw-r--r-- | arch/sparc64/kernel/traps.c | 15 |
2 files changed, 2 insertions, 15 deletions
diff --git a/arch/sparc64/kernel/kprobes.c b/arch/sparc64/kernel/kprobes.c index ae221f0d4a6f..a44fe47a3c2b 100644 --- a/arch/sparc64/kernel/kprobes.c +++ b/arch/sparc64/kernel/kprobes.c | |||
@@ -6,7 +6,7 @@ | |||
6 | #include <linux/kernel.h> | 6 | #include <linux/kernel.h> |
7 | #include <linux/kprobes.h> | 7 | #include <linux/kprobes.h> |
8 | #include <linux/module.h> | 8 | #include <linux/module.h> |
9 | #include <asm/kdebug.h> | 9 | #include <linux/kdebug.h> |
10 | #include <asm/signal.h> | 10 | #include <asm/signal.h> |
11 | #include <asm/cacheflush.h> | 11 | #include <asm/cacheflush.h> |
12 | #include <asm/uaccess.h> | 12 | #include <asm/uaccess.h> |
diff --git a/arch/sparc64/kernel/traps.c b/arch/sparc64/kernel/traps.c index ad67784292db..64057fdfc7a8 100644 --- a/arch/sparc64/kernel/traps.c +++ b/arch/sparc64/kernel/traps.c | |||
@@ -18,6 +18,7 @@ | |||
18 | #include <linux/smp_lock.h> | 18 | #include <linux/smp_lock.h> |
19 | #include <linux/mm.h> | 19 | #include <linux/mm.h> |
20 | #include <linux/init.h> | 20 | #include <linux/init.h> |
21 | #include <linux/kdebug.h> | ||
21 | 22 | ||
22 | #include <asm/delay.h> | 23 | #include <asm/delay.h> |
23 | #include <asm/system.h> | 24 | #include <asm/system.h> |
@@ -36,26 +37,12 @@ | |||
36 | #include <asm/psrcompat.h> | 37 | #include <asm/psrcompat.h> |
37 | #include <asm/processor.h> | 38 | #include <asm/processor.h> |
38 | #include <asm/timer.h> | 39 | #include <asm/timer.h> |
39 | #include <asm/kdebug.h> | ||
40 | #include <asm/head.h> | 40 | #include <asm/head.h> |
41 | #ifdef CONFIG_KMOD | 41 | #ifdef CONFIG_KMOD |
42 | #include <linux/kmod.h> | 42 | #include <linux/kmod.h> |
43 | #endif | 43 | #endif |
44 | #include <asm/prom.h> | 44 | #include <asm/prom.h> |
45 | 45 | ||
46 | ATOMIC_NOTIFIER_HEAD(sparc64die_chain); | ||
47 | |||
48 | int register_die_notifier(struct notifier_block *nb) | ||
49 | { | ||
50 | return atomic_notifier_chain_register(&sparc64die_chain, nb); | ||
51 | } | ||
52 | EXPORT_SYMBOL(register_die_notifier); | ||
53 | |||
54 | int unregister_die_notifier(struct notifier_block *nb) | ||
55 | { | ||
56 | return atomic_notifier_chain_unregister(&sparc64die_chain, nb); | ||
57 | } | ||
58 | EXPORT_SYMBOL(unregister_die_notifier); | ||
59 | 46 | ||
60 | /* When an irrecoverable trap occurs at tl > 0, the trap entry | 47 | /* When an irrecoverable trap occurs at tl > 0, the trap entry |
61 | * code logs the trap state registers at every level in the trap | 48 | * code logs the trap state registers at every level in the trap |