aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/dumpstack.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/dumpstack.c')
-rw-r--r--arch/x86/kernel/dumpstack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/dumpstack.c b/arch/x86/kernel/dumpstack.c
index 6e8752c1bd52..d34cf80ec402 100644
--- a/arch/x86/kernel/dumpstack.c
+++ b/arch/x86/kernel/dumpstack.c
@@ -240,6 +240,7 @@ unsigned __kprobes long oops_begin(void)
240 bust_spinlocks(1); 240 bust_spinlocks(1);
241 return flags; 241 return flags;
242} 242}
243EXPORT_SYMBOL_GPL(oops_begin);
243 244
244void __kprobes oops_end(unsigned long flags, struct pt_regs *regs, int signr) 245void __kprobes oops_end(unsigned long flags, struct pt_regs *regs, int signr)
245{ 246{