aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/softirq.h
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-08 09:05:53 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-08 09:05:53 +0100
commitb766b4774afbaf01a0b2291e4d9add1df953dc11 (patch)
treecd8172b529a032676e5a010b78795c2e46a494c0 /xen/include/xen/softirq.h
parentb59014bf578e547db1903d3f432e41a8eb3e942f (diff)
downloadxen-b766b4774afbaf01a0b2291e4d9add1df953dc11.tar.gz
xen-b766b4774afbaf01a0b2291e4d9add1df953dc11.tar.bz2
xen-b766b4774afbaf01a0b2291e4d9add1df953dc11.zip
Added trace buffer virtual irq to implement non-polling trace record access.
Signed-off-by: Rob Gardner <rob.gardner@hp.com>
Diffstat (limited to 'xen/include/xen/softirq.h')
-rw-r--r--xen/include/xen/softirq.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xen/include/xen/softirq.h b/xen/include/xen/softirq.h
index 9293b3168e..f4d484f43b 100644
--- a/xen/include/xen/softirq.h
+++ b/xen/include/xen/softirq.h
@@ -9,7 +9,8 @@
#define NMI_SOFTIRQ 4
#define PAGE_SCRUB_SOFTIRQ 5
#define DOMAIN_SHUTDOWN_FINALISE_SOFTIRQ 6
-#define NR_SOFTIRQS 7
+#define TRACE_SOFTIRQ 7
+#define NR_SOFTIRQS 8
#ifndef __ASSEMBLY__