[PATCH] irq-flags: SPARC: 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> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
d356d7f4f2
commit
6741320247
@@ -74,7 +74,7 @@ void claim_ticker14(irqreturn_t (*handler)(int, void *, struct pt_regs *),
|
||||
|
||||
if (!request_irq(irq_nr,
|
||||
handler,
|
||||
(SA_INTERRUPT | SA_STATIC_ALLOC),
|
||||
(IRQF_DISABLED | SA_STATIC_ALLOC),
|
||||
"counter14",
|
||||
NULL)) {
|
||||
install_linux_ticker();
|
||||
|
Reference in New Issue
Block a user