Martin Koegler 7c1b90a1e9 avr32: Fix sigaltstack behaviour
A signal handler should be able to change the signal stack used for the
next signal by altering the ucontext_t passed as a parameter to the
handler. This does not currently work on avr32 since it doesn't update
the in-kernel signal context from the ucontext_t upon signal handler
return.

Fix it by adding a call to do_sigaltstack() from sys_rt_sigreturn(),
bringing it in line with most other architectures.

Signed-off-by: Martin Koegler <mkoegler@auto.tuwien.ac.at>
[haavard.skinnemoen@atmel.com: changed patch description]
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2008-06-27 15:07:35 +02:00
..
2008-05-26 13:26:36 +02:00
2008-01-25 08:31:43 +01:00
2006-11-06 10:43:23 +01:00
2008-01-25 08:31:43 +01:00
2008-04-17 10:42:34 -04:00
2008-01-25 08:31:43 +01:00
2008-06-27 15:07:35 +02:00
2006-09-26 08:48:54 -07:00
2008-02-05 14:37:15 -08:00
2006-11-06 14:07:15 +01:00
2008-04-19 20:40:08 -04:00
2008-03-13 23:56:15 +01:00