diff options
Diffstat (limited to 'include/asm-arm/system.h')
-rw-r--r-- | include/asm-arm/system.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/asm-arm/system.h b/include/asm-arm/system.h index 41dd49151dae..6f8e6a69dc5f 100644 --- a/include/asm-arm/system.h +++ b/include/asm-arm/system.h | |||
@@ -94,7 +94,7 @@ void die(const char *msg, struct pt_regs *regs, int err) | |||
94 | __attribute__((noreturn)); | 94 | __attribute__((noreturn)); |
95 | 95 | ||
96 | struct siginfo; | 96 | struct siginfo; |
97 | void notify_die(const char *str, struct pt_regs *regs, struct siginfo *info, | 97 | void arm_notify_die(const char *str, struct pt_regs *regs, struct siginfo *info, |
98 | unsigned long err, unsigned long trap); | 98 | unsigned long err, unsigned long trap); |
99 | 99 | ||
100 | void hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int, | 100 | void hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int, |
@@ -104,8 +104,6 @@ void hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int, | |||
104 | #define xchg(ptr,x) \ | 104 | #define xchg(ptr,x) \ |
105 | ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) | 105 | ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) |
106 | 106 | ||
107 | #define tas(ptr) (xchg((ptr),1)) | ||
108 | |||
109 | extern asmlinkage void __backtrace(void); | 107 | extern asmlinkage void __backtrace(void); |
110 | extern asmlinkage void c_backtrace(unsigned long fp, int pmode); | 108 | extern asmlinkage void c_backtrace(unsigned long fp, int pmode); |
111 | 109 | ||