diff options
Diffstat (limited to 'arch/sparc64/kernel/traps.c')
-rw-r--r-- | arch/sparc64/kernel/traps.c | 15 |
1 files changed, 1 insertions, 14 deletions
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 |