summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/apic_ipl.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-12-04 21:15:14 +0000
committerpeter <peter@FreeBSD.org>2000-12-04 21:15:14 +0000
commit8bd975051ebdbe73def349683309a3e8817a810c (patch)
tree12b90cf52960947e5198729ffa8939a5bed00779 /sys/i386/isa/apic_ipl.h
parentf2e5184027227edebf7519183f99bc3f8b96dc64 (diff)
downloadFreeBSD-src-8bd975051ebdbe73def349683309a3e8817a810c.zip
FreeBSD-src-8bd975051ebdbe73def349683309a3e8817a810c.tar.gz
Cleanup some leftover lint from the old interrupt system.
Also, while here, run up to 32 interrupt sources on APIC systems. Normalize INTREN/INTRDIS so they are the same on both UP and SMP systems rather than sometimes a macro, and sometimes a function. Reviewed by: jhb, jakeb
Diffstat (limited to 'sys/i386/isa/apic_ipl.h')
-rw-r--r--sys/i386/isa/apic_ipl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/apic_ipl.h b/sys/i386/isa/apic_ipl.h
index 921802e..b9da141 100644
--- a/sys/i386/isa/apic_ipl.h
+++ b/sys/i386/isa/apic_ipl.h
@@ -28,7 +28,7 @@
#ifndef _I386_ISA_APIC_IPL_H_
#define _I386_ISA_APIC_IPL_H_
-#define NHWI 24 /* number of h/w interrupts */
-#define HWI_MASK 0x00ffffff /* bits for h/w interrupts */
+#define NHWI 32 /* number of h/w interrupts */
+#define HWI_MASK 0xffffffff /* bits for h/w interrupts */
#endif /* !_I386_ISA_APIC_IPL_H_ */
OpenPOWER on IntegriCloud