aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/softirq.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-30 17:14:09 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-30 17:14:09 +0000
commitf446b44935ec9e42dba073dccffec738a5feaa37 (patch)
tree20391846fea66af10c09be7b8639a60d140a5851 /xen/include/asm-x86/softirq.h
parentcffd8b0db89e6cead31090adf0c96d7d84ee6769 (diff)
downloadxen-f446b44935ec9e42dba073dccffec738a5feaa37.tar.gz
xen-f446b44935ec9e42dba073dccffec738a5feaa37.tar.bz2
xen-f446b44935ec9e42dba073dccffec738a5feaa37.zip
[XEN] Arch-specific softirq definitions.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Diffstat (limited to 'xen/include/asm-x86/softirq.h')
-rw-r--r--xen/include/asm-x86/softirq.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/xen/include/asm-x86/softirq.h b/xen/include/asm-x86/softirq.h
new file mode 100644
index 0000000000..3444d300c0
--- /dev/null
+++ b/xen/include/asm-x86/softirq.h
@@ -0,0 +1,6 @@
+#ifndef __ASM_SOFTIRQ_H__
+#define __ASM_SOFTIRQ_H__
+
+#define NR_ARCH_SOFTIRQS 0
+
+#endif /* __ASM_SOFTIRQ_H__ */