aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/isa/atpic_vector.S
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2002-04-01 23:51:23 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2002-04-01 23:51:23 +0000
commit182da8209d4cda12e2d510e06f9e4b516171f9b6 (patch)
treeec7d3de3f9fac7137b9779c10d8281315efa3647 /sys/amd64/isa/atpic_vector.S
parentad68ab89e2c36e378d03ab777464dcc8a24a43a0 (diff)
Notes
Diffstat (limited to 'sys/amd64/isa/atpic_vector.S')
-rw-r--r--sys/amd64/isa/atpic_vector.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/isa/atpic_vector.S b/sys/amd64/isa/atpic_vector.S
index be0e1059afcb..de369c179f51 100644
--- a/sys/amd64/isa/atpic_vector.S
+++ b/sys/amd64/isa/atpic_vector.S
@@ -125,7 +125,7 @@ IDTVEC(vec_name) ; \
cmpl $0,PCPU(INT_PENDING) ; \
je 2f ; \
; \
- call unpend ; \
+ call i386_unpend ; \
2: ; \
decl TD_INTR_NESTING_LEVEL(%ebx) ; \
10: ; \
@@ -197,7 +197,7 @@ IDTVEC(vec_name) ; \
FAKE_MCOUNT(13*4(%esp)) ; /* XXX late to avoid double count */ \
cmpl $0,PCPU(INT_PENDING) ; \
je 9f ; \
- call unpend ; \
+ call i386_unpend ; \
9: ; \
pushl $irq_num; /* pass the IRQ */ \
call sched_ithd ; \