aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/irq_cpustat.h
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-06-16 21:29:21 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-06-16 21:29:21 +0000
commit4c6d37d5a2856376f2b16e41f3992629754a2969 (patch)
tree0016fce63e451de39255084b05d3b4d19cbec729 /xen/include/xen/irq_cpustat.h
parentfc150e9f6d2ea4b9f9bf891857ba62cfb5d48182 (diff)
downloadxen-4c6d37d5a2856376f2b16e41f3992629754a2969.tar.gz
xen-4c6d37d5a2856376f2b16e41f3992629754a2969.tar.bz2
xen-4c6d37d5a2856376f2b16e41f3992629754a2969.zip
bitkeeper revision 1.971 (40d0bbb1JPrSxn2RF8RhPvWOZBY1Sg)
More code excision.
Diffstat (limited to 'xen/include/xen/irq_cpustat.h')
-rw-r--r--xen/include/xen/irq_cpustat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/include/xen/irq_cpustat.h b/xen/include/xen/irq_cpustat.h
index 4b34bf53de..e97b02b919 100644
--- a/xen/include/xen/irq_cpustat.h
+++ b/xen/include/xen/irq_cpustat.h
@@ -29,7 +29,6 @@ extern irq_cpustat_t irq_stat[]; /* defined in asm/hardirq.h */
#define softirq_pending(cpu) __IRQ_STAT((cpu), __softirq_pending)
#define local_irq_count(cpu) __IRQ_STAT((cpu), __local_irq_count)
#define local_bh_count(cpu) __IRQ_STAT((cpu), __local_bh_count)
-#define syscall_count(cpu) __IRQ_STAT((cpu), __syscall_count)
#define nmi_count(cpu) __IRQ_STAT((cpu), __nmi_count)
#endif /* __irq_cpustat_h */