+19
−10
arch/arm/kernel/signal.h
0 → 100644
+12
−0
+9
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>