[PATCH] irq-flags: MIPS: 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: Ralf Baechle <ralf@linux-mips.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
b0b9fdc123
commit
f40298fddc
@@ -118,7 +118,7 @@ static int ms1bit(unsigned long x)
|
||||
}
|
||||
|
||||
/*
|
||||
* This code is unnecessarily complex, because we do SA_INTERRUPT
|
||||
* This code is unnecessarily complex, because we do IRQF_DISABLED
|
||||
* intr enabling. Basically, once we grab the set of intrs we need
|
||||
* to service, we must mask _all_ these interrupts; firstly, to make
|
||||
* sure the same intr does not intr again, causing recursion that
|
||||
|
Reference in New Issue
Block a user