Commit 1df9a04e authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] generalise pic mask names since the port varies

parent 7614948a
......@@ -4,8 +4,8 @@
extern unsigned int cached_irq_mask;
#define __byte(x,y) (((unsigned char *) &(y))[x])
#define cached_21 (__byte(0, cached_irq_mask))
#define cached_A1 (__byte(1, cached_irq_mask))
#define cached_master_mask (__byte(0, cached_irq_mask))
#define cached_slave_mask (__byte(1, cached_irq_mask))
extern spinlock_t i8259A_lock;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment