aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/softirq.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-04-19 11:47:59 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-04-19 11:47:59 +0100
commit1f437c62318cb6bc81c5f7bbc73a472cc4255a92 (patch)
treee211ee2c7c6edabd9903469d13ec269926a1a924 /xen/include/xen/softirq.h
parent5fa9cbb8057b000f7e47f1305408fc0865fa2c23 (diff)
downloadxen-1f437c62318cb6bc81c5f7bbc73a472cc4255a92.tar.gz
xen-1f437c62318cb6bc81c5f7bbc73a472cc4255a92.tar.bz2
xen-1f437c62318cb6bc81c5f7bbc73a472cc4255a92.zip
stopmachine: Implement using tasklets rather than a softirq.
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 43289cea8d..1408a4cb15 100644
--- a/xen/include/xen/softirq.h
+++ b/xen/include/xen/softirq.h
@@ -8,7 +8,6 @@ enum {
NEW_TLBFLUSH_CLOCK_PERIOD_SOFTIRQ,
PAGE_SCRUB_SOFTIRQ,
RCU_SOFTIRQ,
- STOPMACHINE_SOFTIRQ,
NR_COMMON_SOFTIRQS
};