summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-02-09 14:30:03 +0000
committerjhb <jhb@FreeBSD.org>2001-02-09 14:30:03 +0000
commit2a474d710fb843ef4a63116538679fd218c68e17 (patch)
tree48c7533844204b06a953f538dadbcbb3f7587071 /sys/amd64
parentf90e58f27ad8d379ec3639d873172a8f33c04ba6 (diff)
downloadFreeBSD-src-2a474d710fb843ef4a63116538679fd218c68e17.zip
FreeBSD-src-2a474d710fb843ef4a63116538679fd218c68e17.tar.gz
Remove unused forward_irq counters.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/apic_vector.S9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/amd64/amd64/apic_vector.S b/sys/amd64/amd64/apic_vector.S
index 80f2bf0..fbaceff 100644
--- a/sys/amd64/amd64/apic_vector.S
+++ b/sys/amd64/amd64/apic_vector.S
@@ -514,19 +514,10 @@ _checkstate_need_ast:
.long 0
_checkstate_pending_ast:
.long 0
- .globl CNAME(forward_irq_misscnt)
- .globl CNAME(forward_irq_toodeepcnt)
- .globl CNAME(forward_irq_hitcnt)
.globl CNAME(resched_cpus)
.globl CNAME(want_resched_cnt)
.globl CNAME(cpuast_cnt)
.globl CNAME(cpustop_restartfunc)
-CNAME(forward_irq_misscnt):
- .long 0
-CNAME(forward_irq_hitcnt):
- .long 0
-CNAME(forward_irq_toodeepcnt):
- .long 0
CNAME(resched_cpus):
.long 0
CNAME(want_resched_cnt):
OpenPOWER on IntegriCloud