ia64/xen-unstable
changeset 8601:4443bad9a4a6
Leave *_SOFTIRQ definitions to Xen common code
Signed-off-by: Dan Magenheimer <dan.magenheimer@hp.com>
Signed-off-by: Dan Magenheimer <dan.magenheimer@hp.com>
author | djm@kirby.fc.hp.com |
---|---|
date | Fri Jan 13 14:31:00 2006 -0600 (2006-01-13) |
parents | 4690777cf62a |
children | cfa3b96b056d |
files | xen/include/asm-ia64/linux-xen/linux/interrupt.h |
line diff
1.1 --- a/xen/include/asm-ia64/linux-xen/linux/interrupt.h Fri Jan 13 14:19:30 2006 -0600 1.2 +++ b/xen/include/asm-ia64/linux-xen/linux/interrupt.h Fri Jan 13 14:31:00 2006 -0600 1.3 @@ -104,6 +104,7 @@ extern void local_bh_enable(void); 1.4 al. should be converted to tasklets, not to softirqs. 1.5 */ 1.6 1.7 +#ifndef XEN 1.8 enum 1.9 { 1.10 HI_SOFTIRQ=0, 1.11 @@ -113,6 +114,7 @@ enum 1.12 SCSI_SOFTIRQ, 1.13 TASKLET_SOFTIRQ 1.14 }; 1.15 +#endif 1.16 1.17 /* softirq mask and active fields moved to irq_cpustat_t in 1.18 * asm/hardirq.h to get better cache usage. KAO