mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 01:15:30 -04:00
Move the definition of HWI_MASK to the i386/isa/icu.h header right next to
the definition of ICU_LEN.
This commit is contained in:
parent
a94058679c
commit
4966b0e91c
2 changed files with 4 additions and 0 deletions
|
|
@ -118,10 +118,12 @@ extern unsigned imen; /* interrupt mask enable */
|
|||
|
||||
/* 32-47: ISA IRQ0-IRQ15, 48-55: IO APIC IRQ16-IRQ31 */
|
||||
#define ICU_LEN 32
|
||||
#define HWI_MASK 0xffffffff /* bits for h/w interrupts */
|
||||
|
||||
#else
|
||||
|
||||
#define ICU_LEN 16 /* 32-47 are ISA interrupts */
|
||||
#define HWI_MASK 0xffff /* bits for h/w interrupts */
|
||||
|
||||
#endif /* APIC_IO */
|
||||
|
||||
|
|
|
|||
|
|
@ -118,10 +118,12 @@ extern unsigned imen; /* interrupt mask enable */
|
|||
|
||||
/* 32-47: ISA IRQ0-IRQ15, 48-55: IO APIC IRQ16-IRQ31 */
|
||||
#define ICU_LEN 32
|
||||
#define HWI_MASK 0xffffffff /* bits for h/w interrupts */
|
||||
|
||||
#else
|
||||
|
||||
#define ICU_LEN 16 /* 32-47 are ISA interrupts */
|
||||
#define HWI_MASK 0xffff /* bits for h/w interrupts */
|
||||
|
||||
#endif /* APIC_IO */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue