diff options
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/kernel/kprobes.c | 2 | ||||
-rw-r--r-- | arch/s390/kernel/traps.c | 16 | ||||
-rw-r--r-- | arch/s390/mm/fault.c | 2 |
3 files changed, 3 insertions, 17 deletions
diff --git a/arch/s390/kernel/kprobes.c b/arch/s390/kernel/kprobes.c index 23c61f6d965b..8516a94d8163 100644 --- a/arch/s390/kernel/kprobes.c +++ b/arch/s390/kernel/kprobes.c | |||
@@ -24,8 +24,8 @@ | |||
24 | #include <linux/ptrace.h> | 24 | #include <linux/ptrace.h> |
25 | #include <linux/preempt.h> | 25 | #include <linux/preempt.h> |
26 | #include <linux/stop_machine.h> | 26 | #include <linux/stop_machine.h> |
27 | #include <linux/kdebug.h> | ||
27 | #include <asm/cacheflush.h> | 28 | #include <asm/cacheflush.h> |
28 | #include <asm/kdebug.h> | ||
29 | #include <asm/sections.h> | 29 | #include <asm/sections.h> |
30 | #include <asm/uaccess.h> | 30 | #include <asm/uaccess.h> |
31 | #include <linux/module.h> | 31 | #include <linux/module.h> |
diff --git a/arch/s390/kernel/traps.c b/arch/s390/kernel/traps.c index 49dec830373a..a750bcc69aaa 100644 --- a/arch/s390/kernel/traps.c +++ b/arch/s390/kernel/traps.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include <linux/interrupt.h> | 27 | #include <linux/interrupt.h> |
28 | #include <linux/delay.h> | 28 | #include <linux/delay.h> |
29 | #include <linux/module.h> | 29 | #include <linux/module.h> |
30 | #include <linux/kdebug.h> | ||
30 | #include <linux/kallsyms.h> | 31 | #include <linux/kallsyms.h> |
31 | #include <linux/reboot.h> | 32 | #include <linux/reboot.h> |
32 | #include <linux/kprobes.h> | 33 | #include <linux/kprobes.h> |
@@ -40,7 +41,6 @@ | |||
40 | #include <asm/s390_ext.h> | 41 | #include <asm/s390_ext.h> |
41 | #include <asm/lowcore.h> | 42 | #include <asm/lowcore.h> |
42 | #include <asm/debug.h> | 43 | #include <asm/debug.h> |
43 | #include <asm/kdebug.h> | ||
44 | 44 | ||
45 | /* Called from entry.S only */ | 45 | /* Called from entry.S only */ |
46 | extern void handle_per_exception(struct pt_regs *regs); | 46 | extern void handle_per_exception(struct pt_regs *regs); |
@@ -70,20 +70,6 @@ static int kstack_depth_to_print = 12; | |||
70 | static int kstack_depth_to_print = 20; | 70 | static int kstack_depth_to_print = 20; |
71 | #endif /* CONFIG_64BIT */ | 71 | #endif /* CONFIG_64BIT */ |
72 | 72 | ||
73 | ATOMIC_NOTIFIER_HEAD(s390die_chain); | ||
74 | |||
75 | int register_die_notifier(struct notifier_block *nb) | ||
76 | { | ||
77 | return atomic_notifier_chain_register(&s390die_chain, nb); | ||
78 | } | ||
79 | EXPORT_SYMBOL(register_die_notifier); | ||
80 | |||
81 | int unregister_die_notifier(struct notifier_block *nb) | ||
82 | { | ||
83 | return atomic_notifier_chain_unregister(&s390die_chain, nb); | ||
84 | } | ||
85 | EXPORT_SYMBOL(unregister_die_notifier); | ||
86 | |||
87 | /* | 73 | /* |
88 | * For show_trace we have tree different stack to consider: | 74 | * For show_trace we have tree different stack to consider: |
89 | * - the panic stack which is used if the kernel stack has overflown | 75 | * - the panic stack which is used if the kernel stack has overflown |
diff --git a/arch/s390/mm/fault.c b/arch/s390/mm/fault.c index 91f705adc3f9..8b924b359774 100644 --- a/arch/s390/mm/fault.c +++ b/arch/s390/mm/fault.c | |||
@@ -20,6 +20,7 @@ | |||
20 | #include <linux/mman.h> | 20 | #include <linux/mman.h> |
21 | #include <linux/mm.h> | 21 | #include <linux/mm.h> |
22 | #include <linux/smp.h> | 22 | #include <linux/smp.h> |
23 | #include <linux/kdebug.h> | ||
23 | #include <linux/smp_lock.h> | 24 | #include <linux/smp_lock.h> |
24 | #include <linux/init.h> | 25 | #include <linux/init.h> |
25 | #include <linux/console.h> | 26 | #include <linux/console.h> |
@@ -30,7 +31,6 @@ | |||
30 | 31 | ||
31 | #include <asm/system.h> | 32 | #include <asm/system.h> |
32 | #include <asm/pgtable.h> | 33 | #include <asm/pgtable.h> |
33 | #include <asm/kdebug.h> | ||
34 | #include <asm/s390_ext.h> | 34 | #include <asm/s390_ext.h> |
35 | 35 | ||
36 | #ifndef CONFIG_64BIT | 36 | #ifndef CONFIG_64BIT |