aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/softirq.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-05-14 17:21:32 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-05-14 17:21:32 +0100
commit996d7277611a406c24f182fa4ec55b18e6ebe176 (patch)
treebf2806df76cc36e635f3e7ca00b46a6245ef96ba /xen/include/xen/softirq.h
parent27c31d386746bea3daa5b3733c9f986a9c3cccc3 (diff)
downloadxen-996d7277611a406c24f182fa4ec55b18e6ebe176.tar.gz
xen-996d7277611a406c24f182fa4ec55b18e6ebe176.tar.bz2
xen-996d7277611a406c24f182fa4ec55b18e6ebe176.zip
Remove unused PAGE_SCRUB_SOFTIRQ definition.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/xen/softirq.h')
-rw-r--r--xen/include/xen/softirq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/include/xen/softirq.h b/xen/include/xen/softirq.h
index 1408a4cb15..0681afe91c 100644
--- a/xen/include/xen/softirq.h
+++ b/xen/include/xen/softirq.h
@@ -6,7 +6,6 @@ enum {
TIMER_SOFTIRQ = 0,
SCHEDULE_SOFTIRQ,
NEW_TLBFLUSH_CLOCK_PERIOD_SOFTIRQ,
- PAGE_SCRUB_SOFTIRQ,
RCU_SOFTIRQ,
NR_COMMON_SOFTIRQS
};