move die notifier handling to common code
[deliverable/linux.git] / include / asm-arm / system.h
index 63b3080bdac4c331b88ae0a938f13cba8ee322c1..25f84da4a97e63454fb4632c79daeae20ffdde9f 100644 (file)
@@ -93,7 +93,7 @@ void die(const char *msg, struct pt_regs *regs, int err)
                __attribute__((noreturn));
 
 struct siginfo;
-void notify_die(const char *str, struct pt_regs *regs, struct siginfo *info,
+void arm_notify_die(const char *str, struct pt_regs *regs, struct siginfo *info,
                unsigned long err, unsigned long trap);
 
 void hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int,
This page took 0.024113 seconds and 5 git commands to generate.