summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/icu.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-11-12 18:13:57 +0000
committerjhb <jhb@FreeBSD.org>2003-11-12 18:13:57 +0000
commit9428d57b9b941fb441c38cf34d96d7b30598e9a9 (patch)
treea6db7827fd51e3e1f795b089a12eea492087060b /sys/i386/isa/icu.h
parentc33bd8de4149ea8ab805371a6221a72533b3fa40 (diff)
downloadFreeBSD-src-9428d57b9b941fb441c38cf34d96d7b30598e9a9.zip
FreeBSD-src-9428d57b9b941fb441c38cf34d96d7b30598e9a9.tar.gz
- Move manipulation of td_intr_nesting_level out of assembly interrupt
vector stubs and into the C functions they call. - Move disabling and EOIing of interrupt sources out of PIC driver entry points and into intr_execute_handlers(). Intr_execute_handlers() only disables a source for an interrupt if it is a stray interrupt or has threaded handlers. Sources with fast handlers no longer disable (mask) the source while executing the handlers. - Move the setting of clkintr_pending into intr_execute_handlers() and set the variable for any interrupt source with a vector of 0. (Should only be true for IRQ 0.) This fixes clkintr_pending in the NO_MIXED_MODE case. - Implement lapic_eoi() and use it to implement ioapic_eoi_source(). - Rename atpic_sched_ithd() to atpic_handle_intr() since it is used to handle all atpic interrupts and not just threaded ones. Inspired by: peter's changes to amd64 in p4 (1) Requested by: bde (2)
Diffstat (limited to 'sys/i386/isa/icu.h')
-rw-r--r--sys/i386/isa/icu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/icu.h b/sys/i386/isa/icu.h
index 8958f4a..512afef 100644
--- a/sys/i386/isa/icu.h
+++ b/sys/i386/isa/icu.h
@@ -104,7 +104,7 @@
#define HWI_MASK 0xffff /* bits for h/w interrupts */
#ifndef LOCORE
-void atpic_sched_ithd(struct intrframe iframe);
+void atpic_handle_intr(struct intrframe iframe);
void atpic_startup(void);
#endif
OpenPOWER on IntegriCloud