aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/softirq.h
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-09-06 17:18:27 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-09-06 17:18:27 +0000
commit43d004d4bc6358b3715bade3e0fe2a181b230ece (patch)
treef3aaf7bc1116bc0587a0daf186e4b3c9212f46d7 /xen/include/xen/softirq.h
parentfb505bc4b00c69d8609b12d9900bf98e1b2e5ed1 (diff)
downloadxen-43d004d4bc6358b3715bade3e0fe2a181b230ece.tar.gz
xen-43d004d4bc6358b3715bade3e0fe2a181b230ece.tar.bz2
xen-43d004d4bc6358b3715bade3e0fe2a181b230ece.zip
bitkeeper revision 1.1159.69.21 (413c9be3ZggtSn3FWCDWCAl_6chs9w)
keyhandler to perform a debug audit of domain memory, checking the page type and counts are consistent with the pagetable state. Its quite verbose and prints out details of all interesting pages. (e.g. pages shared between domains or used for LDT/GDTs).
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 3cb570a247..7bf05b9f46 100644
--- a/xen/include/xen/softirq.h
+++ b/xen/include/xen/softirq.h
@@ -6,7 +6,8 @@
#define DEBUGGER_SOFTIRQ 2
#define NMI_SOFTIRQ 3
#define SCHEDULE_SOFTIRQ 4
-#define NR_SOFTIRQS 5
+#define MEMAUDIT_SOFTIRQ 5
+#define NR_SOFTIRQS 6
#ifndef __ASSEMBLY__