summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/apic_vector.S
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-12-06 23:19:47 +0000
committerpeter <peter@FreeBSD.org>2003-12-06 23:19:47 +0000
commite875083eeafdcb1031b930a65960415347bf6127 (patch)
tree77439996de9716cd52a55e7f02b8611fd949bf0e /sys/amd64/amd64/apic_vector.S
parent09751b87c2960d25112bc75aa65de9b27e88dcbc (diff)
downloadFreeBSD-src-e875083eeafdcb1031b930a65960415347bf6127.zip
FreeBSD-src-e875083eeafdcb1031b930a65960415347bf6127.tar.gz
Various whitespace and cosmetic sync-up's with i386.
Approved by: re (scottl)
Diffstat (limited to 'sys/amd64/amd64/apic_vector.S')
-rw-r--r--sys/amd64/amd64/apic_vector.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/apic_vector.S b/sys/amd64/amd64/apic_vector.S
index 2160dc4..11d5b60 100644
--- a/sys/amd64/amd64/apic_vector.S
+++ b/sys/amd64/amd64/apic_vector.S
@@ -104,13 +104,13 @@
SUPERALIGN_TEXT ; \
IDTVEC(vec_name) ; \
PUSH_FRAME ; \
+ FAKE_MCOUNT(13*4(%esp)) ; /* XXX avoid double count */ \
movq lapic, %rdx ; /* pointer to local APIC */ \
movl LA_ISR + 16 * (index)(%rdx), %eax ; /* load ISR */ \
bsrl %eax, %eax ; /* index of highset set bit in ISR */ \
jz 2f ; \
addl $(32 * index),%eax ; \
1: ; \
- FAKE_MCOUNT(13*4(%esp)) ; /* XXX avoid double count */ \
movq %rax, %rdi ; /* pass the IRQ */ \
call lapic_handle_intr ; \
MEXITCOUNT ; \
OpenPOWER on IntegriCloud