aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJeff Dike <[email protected]>2007-05-06 14:51:40 -0700
committerLinus Torvalds <[email protected]>2007-05-07 12:13:03 -0700
commit77f6af778dc23514d897f4fdc7935329285ecb1b (patch)
treeb800f241f3d49dce3ef79c7ec2e6cf8ff04e07a7 /include/linux
parent63843c265fd0e0c7894f713e0db5777560e756ae (diff)
uml: don't try to handle signals on initial process stack
Code running on the initial UML stack can't receive or process signals since current must be valid when IRQs are handled, and there is no current for this stack. So, instead of using UML_LONGJMP and UML_SETJMP, which are careful to save and restore signal state, and, as a side-effect, handle any deferred signals, start_idle_thread must use the bare equivalents, which don't do anything with signals. Signed-off-by: Jeff Dike <[email protected]> Cc: Paolo 'Blaisorblade' Giarrusso <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions