diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-08-01 16:35:37 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-08-01 16:35:37 -0700 |
commit | 02a6ec6a24077ffda33b99cb193e8a536b90711d (patch) | |
tree | 567d2a81e4482085ef2b5e4c692483ca9108e0c0 /arch/arm/kernel/signal.h | |
parent | 9a2533c3eb91b3e769c2612c5d68e811bfc0ecf6 (diff) | |
parent | c7aa00db074e4961b49277d7d0fc2f5367d914ca (diff) | |
download | linux-02a6ec6a24077ffda33b99cb193e8a536b90711d.tar.gz linux-02a6ec6a24077ffda33b99cb193e8a536b90711d.tar.bz2 linux-02a6ec6a24077ffda33b99cb193e8a536b90711d.zip |
Merge branch 'audit' of git://git.linaro.org/people/rmk/linux-arm
Pull ARM audit/signal updates from Russell King:
"ARM audit/signal handling updates from Al and Will. This improves on
the work Viro did last merge window, and sorts out some of the issues
found with that work."
* 'audit' of git://git.linaro.org/people/rmk/linux-arm:
ARM: 7475/1: sys_trace: allow all syscall arguments to be updated via ptrace
ARM: 7474/1: get rid of TIF_SYSCALL_RESTARTSYS
ARM: 7473/1: deal with handlerless restarts without leaving the kernel
ARM: 7472/1: pull all work_pending logics into C function
ARM: 7471/1: Revert "7442/1: Revert "remove unused restart trampoline""
ARM: 7470/1: Revert "7443/1: Revert "new way of handling ERESTART_RESTARTBLOCK""
Diffstat (limited to 'arch/arm/kernel/signal.h')
-rw-r--r-- | arch/arm/kernel/signal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/kernel/signal.h b/arch/arm/kernel/signal.h index 6fcfe8398aa4..5ff067b7c752 100644 --- a/arch/arm/kernel/signal.h +++ b/arch/arm/kernel/signal.h @@ -8,7 +8,5 @@ * published by the Free Software Foundation. */ #define KERN_SIGRETURN_CODE (CONFIG_VECTORS_BASE + 0x00000500) -#define KERN_RESTART_CODE (KERN_SIGRETURN_CODE + sizeof(sigreturn_codes)) extern const unsigned long sigreturn_codes[7]; -extern const unsigned long syscall_restart_code[2]; |