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>2005-03-22 19:26:37 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-03-22 19:26:37 +0000
commit16ca18af9004f25512a33bf60e131bfe2a6dac1a (patch)
treea6c6aa0215fcd0a53439844d3c8d68169aa3eb22 /xen/include/xen/softirq.h
parent2594f8caadbfba211eb5246a55f3d2a02c708989 (diff)
downloadxen-16ca18af9004f25512a33bf60e131bfe2a6dac1a.tar.gz
xen-16ca18af9004f25512a33bf60e131bfe2a6dac1a.tar.bz2
xen-16ca18af9004f25512a33bf60e131bfe2a6dac1a.zip
bitkeeper revision 1.1159.272.8 (4240716dixo5jLBihZPvbRrP21dn4g)
Schedule page scrubbing for dead domains off the per-cpu periodic ticker. We take 10% of busy cpus and all of idle cpu time. Signed-off-by: Keir Fraser <keir@xensource.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 6180dae775..a538540247 100644
--- a/xen/include/xen/softirq.h
+++ b/xen/include/xen/softirq.h
@@ -7,7 +7,8 @@
#define NEW_TLBFLUSH_CLOCK_PERIOD_SOFTIRQ 2
#define KEYPRESS_SOFTIRQ 3
#define NMI_SOFTIRQ 4
-#define NR_SOFTIRQS 5
+#define PAGE_SCRUB_SOFTIRQ 5
+#define NR_SOFTIRQS 6
#ifndef __ASSEMBLY__