Leave *_SOFTIRQ definitions to Xen common code
authordjm@kirby.fc.hp.com <djm@kirby.fc.hp.com>
Fri, 13 Jan 2006 20:31:00 +0000 (14:31 -0600)
committerdjm@kirby.fc.hp.com <djm@kirby.fc.hp.com>
Fri, 13 Jan 2006 20:31:00 +0000 (14:31 -0600)
Signed-off-by: Dan Magenheimer <dan.magenheimer@hp.com>
xen/include/asm-ia64/linux-xen/linux/interrupt.h

index 1061b5e08194df72677450ef3d315d11bd01d0f1..210cea512af3e5668e6af9ba29062e362c4ed90b 100644 (file)
@@ -104,6 +104,7 @@ extern void local_bh_enable(void);
    al. should be converted to tasklets, not to softirqs.
  */
 
+#ifndef XEN
 enum
 {
        HI_SOFTIRQ=0,
@@ -113,6 +114,7 @@ enum
        SCSI_SOFTIRQ,
        TASKLET_SOFTIRQ
 };
+#endif
 
 /* softirq mask and active fields moved to irq_cpustat_t in
  * asm/hardirq.h to get better cache usage.  KAO