linux/arch/um/include
Al Viro e87df986ed um: simplify set_handler()
For one thing, we always block the same signals (IRQ ones - IO, WINCH, VTALRM),
so there's no need to pass sa_mask elements in arguments.  For another, the
flags depend only on whether it's an IRQ signal or not (we add SA_RESTART
for them).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
2011-11-02 14:14:56 +01:00
..
asm um: Get rid of UPT_SET/UPT_REG macros 2011-11-02 14:14:48 +01:00
shared um: simplify set_handler() 2011-11-02 14:14:56 +01:00