]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] ARM: Move signal return code into vector page
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 22 Jun 2005 19:26:05 +0000 (20:26 +0100)
committerRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 22 Jun 2005 19:26:05 +0000 (20:26 +0100)
commite00d349e7781a92cf35b242259c9e5341a9661bb
treecd7e9d10adb8bc3b18c20c3d925c64b4c6f3f3b0
parent052162198b89e64d37c20238412674152d614997
[PATCH] ARM: Move signal return code into vector page

Move the signal return code into the vector page instead of placing
it on the user mode stack, which will allow us to avoid flushing
the instruction cache on signals, as well as eventually allowing
non-exec stack.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/signal.c
arch/arm/kernel/signal.h [new file with mode: 0644]
arch/arm/kernel/traps.c