commit | 702f22b306c8357b3ef5012b5a8ce062e1d11b4e | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Tue Nov 27 14:10:58 2007 +0100 |
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | Fri Dec 07 14:52:32 2007 +0100 |
tree | 48e488428753698ba003e9ff95f5bf835dbe473e | |
parent | f194d132e4971111f85c18c96067acffb13cee6d [diff] |
[AVR32] Add TIF_RESTORE_SIGMASK to the work masks We really need to check TIF_RESTORE_SIGMASK before returning to userspace. The existing code does not necessarily do this. Define the work masks as a bitwise OR of the respective flags instead of a hardcoded hex value to make it easier to spot errors like this in the future. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>