mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 06:41:39 +00:00
genirq: Move IRQ_PENDING flag to core
Keep status in sync until all users are fixed. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
c1594b77e4
commit
2a0d6fb335
11 changed files with 40 additions and 17 deletions
|
@ -56,9 +56,9 @@ typedef void (*irq_flow_handler_t)(unsigned int irq,
|
|||
#define IRQ_REPLAY 0x00000200 /* DEPRECATED */
|
||||
#define IRQ_WAITING 0x00000400 /* DEPRECATED */
|
||||
#define IRQ_DISABLED 0x00000800 /* DEPRECATED */
|
||||
#define IRQ_PENDING 0x00001000 /* DEPRECATED */
|
||||
#endif
|
||||
|
||||
#define IRQ_PENDING 0x00001000 /* IRQ pending - replay on enable */
|
||||
|
||||
#define IRQ_LEVEL 0x00004000 /* IRQ level triggered */
|
||||
#define IRQ_MASKED 0x00008000 /* IRQ masked - shouldn't be seen again */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue