Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] irq-flags: S390: Use the new IRQF_ constants

Use the new IRQF_ constants and remove the SA_INTERRUPT define

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Thomas Gleixner and committed by
Linus Torvalds
dacdb3b2 bc59d280

-2
-2
include/asm-s390/signal.h
··· 84 84 * SA_FLAGS values: 85 85 * 86 86 * SA_ONSTACK indicates that a registered stack_t will be used. 87 - * SA_INTERRUPT is a no-op, but left due to historical reasons. Use the 88 87 * SA_RESTART flag to get restarting signals (which were the default long ago) 89 88 * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop. 90 89 * SA_RESETHAND clears the handler when the signal is delivered. ··· 103 104 104 105 #define SA_NOMASK SA_NODEFER 105 106 #define SA_ONESHOT SA_RESETHAND 106 - #define SA_INTERRUPT 0x20000000 /* dummy -- ignored */ 107 107 108 108 #define SA_RESTORER 0x04000000 109 109