27 Mar, 2006
1 commit
-
The high page vector (0xFFFF0000) does not supported in nommu mode.
This patch allows the vectors to be 0x00000000 or the begining of DRAM
in nommu mode.Signed-off-by: Hyok S. Choi
Signed-off-by: Russell King
19 Jan, 2006
1 commit
-
Patch from Nicolas Pitre
The signal return path consists of user code provided by the kernel.
Since a syscall is used, it has to be updated to work with EABI.Noticed by Daniel Jacobowitz.
Signed-off-by: Nicolas Pitre
Signed-off-by: Russell King
23 Jun, 2005
1 commit
-
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