PERFORCE change 40899 for review
Peter Wemm
peter at FreeBSD.org
Thu Oct 30 15:55:22 PST 2003
http://perforce.freebsd.org/chv.cgi?CH=40899
Change 40899 by peter at peter_daintree on 2003/10/30 15:54:59
sync up with jhb
Affected files ...
.. //depot/projects/hammer/sys/amd64/isa/icu.h#8 edit
Differences ...
==== //depot/projects/hammer/sys/amd64/isa/icu.h#8 (text+ko) ====
@@ -121,12 +121,15 @@
*/
#define ICU_OFFSET 32 /* 0-31 are processor exceptions */
#define ICU_LEN 16 /* 32-47 are ISA interrupts */
-#define HWI_MASK 0xffff /* bits for h/w interrupts */
-#define NHWI 16
-
#define ICU_IMR_OFFSET 1
#define ICU_SLAVEID 2
#define ICU_EOI (OCW2_EOI) /* non-specific EOI */
#define ICU_SETPRI (OCW2_R | OCW2_SL) /* set rotation priority */
+#define HWI_MASK 0xffff /* bits for h/w interrupts */
+
+#ifndef LOCORE
+void atpic_sched_ithd(void *cookie, struct intrframe iframe);
+void atpic_startup(void);
+#endif
#endif /* !_I386_ISA_ICU_H_ */
More information about the p4-projects
mailing list