genirq: Cleanup irq.h
Put the constants into an enum and document them. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
@@ -15,37 +15,21 @@ enum {
|
||||
_IRQF_MODIFY_MASK = IRQF_MODIFY_MASK,
|
||||
};
|
||||
|
||||
#undef IRQ_INPROGRESS
|
||||
#define IRQ_INPROGRESS GOT_YOU_MORON
|
||||
#undef IRQ_REPLAY
|
||||
#define IRQ_REPLAY GOT_YOU_MORON
|
||||
#undef IRQ_WAITING
|
||||
#define IRQ_WAITING GOT_YOU_MORON
|
||||
#undef IRQ_DISABLED
|
||||
#define IRQ_DISABLED GOT_YOU_MORON
|
||||
#undef IRQ_PENDING
|
||||
#define IRQ_PENDING GOT_YOU_MORON
|
||||
#undef IRQ_MASKED
|
||||
#define IRQ_MASKED GOT_YOU_MORON
|
||||
#undef IRQ_WAKEUP
|
||||
#define IRQ_WAKEUP GOT_YOU_MORON
|
||||
#undef IRQ_MOVE_PENDING
|
||||
#define IRQ_MOVE_PENDING GOT_YOU_MORON
|
||||
#undef IRQ_PER_CPU
|
||||
#define IRQ_PER_CPU GOT_YOU_MORON
|
||||
#undef IRQ_NO_BALANCING
|
||||
#define IRQ_NO_BALANCING GOT_YOU_MORON
|
||||
#undef IRQ_AFFINITY_SET
|
||||
#define IRQ_AFFINITY_SET GOT_YOU_MORON
|
||||
#undef IRQ_LEVEL
|
||||
#define IRQ_LEVEL GOT_YOU_MORON
|
||||
#undef IRQ_NOPROBE
|
||||
#define IRQ_NOPROBE GOT_YOU_MORON
|
||||
#undef IRQ_NOREQUEST
|
||||
#define IRQ_NOREQUEST GOT_YOU_MORON
|
||||
#undef IRQ_NOAUTOEN
|
||||
#define IRQ_NOAUTOEN GOT_YOU_MORON
|
||||
#undef IRQ_NESTED_THREAD
|
||||
#define IRQ_NESTED_THREAD GOT_YOU_MORON
|
||||
#undef IRQF_MODIFY_MASK
|
||||
#define IRQF_MODIFY_MASK GOT_YOU_MORON
|
||||
|
Reference in New Issue
Block a user