aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/softirq.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-08-28 11:38:02 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-08-28 11:38:02 +0100
commit26141b3e26d7accfec671cbfe3393d8f85621ab0 (patch)
tree8c0e2b09104f5fba04302c76c77f10ab6ea7762b /xen/include/asm-x86/softirq.h
parent389f4409984d127fbd918d796f12683363136f4e (diff)
downloadxen-26141b3e26d7accfec671cbfe3393d8f85621ab0.tar.gz
xen-26141b3e26d7accfec671cbfe3393d8f85621ab0.tar.bz2
xen-26141b3e26d7accfec671cbfe3393d8f85621ab0.zip
x86: There are now two x86-specific softirqs.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/asm-x86/softirq.h')
-rw-r--r--xen/include/asm-x86/softirq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/softirq.h b/xen/include/asm-x86/softirq.h
index 12f9d27fb2..149dea1543 100644
--- a/xen/include/asm-x86/softirq.h
+++ b/xen/include/asm-x86/softirq.h
@@ -4,6 +4,6 @@
#define NMI_MCE_SOFTIRQ (NR_COMMON_SOFTIRQS + 0)
#define TIME_CALIBRATE_SOFTIRQ (NR_COMMON_SOFTIRQS + 1)
-#define NR_ARCH_SOFTIRQS 1
+#define NR_ARCH_SOFTIRQS 2
#endif /* __ASM_SOFTIRQ_H__ */