linux/arch/m68k/platform/68328
Al Viro a54f1655be m68k: add TIF_NOTIFY_RESUME and handle it.
TIF_NOTIFY_RESUME added (as bit 5).  That way nommu glue needs no changes at
all; mmu one needs just to replace jmi do_signal_return to jne do_signal_return
There we have flags shifted up, until bit 6 (SIGPENDING) is in MSBit; instead
of checking that MSBit is set (jmi) we check that MSBit or something below it
is set (jne); bits 0..4 are never set, so that's precisely "bit 6 or bit 5 is
set".

Usual handling of NOTIFY_RESUME/SIGPENDING is done in do_notify_resume(); glue
calls it instead of do_signal().

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2012-05-21 23:59:47 -04:00
..
bootlogo.h m68knommu: fix broken boot logo inclusion 2011-12-30 10:17:34 +10:00
config.c Disintegrate asm/system.h for M68K 2012-03-28 18:30:02 +01:00
entry.S m68k: add TIF_NOTIFY_RESUME and handle it. 2012-05-21 23:59:47 -04:00
head-de2.S
head-pilot.S m68knommu: remove no longer used rom_length from Palm/Pilot start up code 2011-12-30 10:20:15 +10:00
head-ram.S
head-rom.S m68knommu: fix broken boot logo inclusion 2011-12-30 10:17:34 +10:00
ints.c m68knommu: remove reduntant definitions of _ramvec 2012-03-05 09:43:03 +10:00
Makefile m68knommu: fix broken boot logo inclusion 2011-12-30 10:17:34 +10:00
romvec.S
timers.c Disintegrate asm/system.h for M68K 2012-03-28 18:30:02 +01:00