summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/icu_vector.s
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2000-12-01 02:09:45 +0000
committerjake <jake@FreeBSD.org>2000-12-01 02:09:45 +0000
commit198c36b485e44b0ed782f2fbc1109622dec8a13c (patch)
treebf900fac75d504c9a33119300798441fd1278c70 /sys/i386/isa/icu_vector.s
parent4b5687e270a11b427d9638ec4ec24e6b00c42807 (diff)
downloadFreeBSD-src-198c36b485e44b0ed782f2fbc1109622dec8a13c.zip
FreeBSD-src-198c36b485e44b0ed782f2fbc1109622dec8a13c.tar.gz
Change doreti to take a trapframe instead of an intrframe.
Remove associated pushes of dummy units to convert frame. Reviewed by: jhb
Diffstat (limited to 'sys/i386/isa/icu_vector.s')
-rw-r--r--sys/i386/isa/icu_vector.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/icu_vector.s b/sys/i386/isa/icu_vector.s
index 7644c03..51b9493 100644
--- a/sys/i386/isa/icu_vector.s
+++ b/sys/i386/isa/icu_vector.s
@@ -69,7 +69,7 @@ IDTVEC(vec_name) ; \
movl _intr_countp + (irq_num) * 4,%eax ; \
incl (%eax) ; \
MEXITCOUNT ; \
- jmp doreti_next
+ jmp _doreti
#if 0
; \
@@ -141,7 +141,7 @@ __CONCAT(Xresume,irq_num): ; \
MEXITCOUNT ; \
/* We could usually avoid the following jmp by inlining some of */ \
/* _doreti, but it's probably better to use less cache. */ \
- jmp doreti_next /* and catch up inside doreti */
+ jmp _doreti /* and catch up inside doreti */
MCOUNT_LABEL(bintr)
FAST_INTR(0,fastintr0, ENABLE_ICU1)
OpenPOWER on IntegriCloud