···41 * } else42 * do desired mmr access43 *44- * According to hw, we can use reads instead of writes to the above addres45 *46 * Note this WAR can only to be used for accessing internal MMR's in the47 * TIOCE Coretalk Address Range 0x0 - 0x07ff_ffff. This includes the
···41 * } else42 * do desired mmr access43 *44+ * According to hw, we can use reads instead of writes to the above address45 *46 * Note this WAR can only to be used for accessing internal MMR's in the47 * TIOCE Coretalk Address Range 0x0 - 0x07ff_ffff. This includes the
+1-1
include/asm-ia64/hw_irq.h
···63#define IA64_NUM_DEVICE_VECTORS (IA64_LAST_DEVICE_VECTOR - IA64_FIRST_DEVICE_VECTOR + 1)6465#define IA64_MCA_RENDEZ_VECTOR 0xe8 /* MCA rendez interrupt */66-#define IA64_PERFMON_VECTOR 0xee /* performanc monitor interrupt vector */67#define IA64_TIMER_VECTOR 0xef /* use highest-prio group 15 interrupt for timer */68#define IA64_MCA_WAKEUP_VECTOR 0xf0 /* MCA wakeup (must be >MCA_RENDEZ_VECTOR) */69#define IA64_IPI_LOCAL_TLB_FLUSH 0xfc /* SMP flush local TLB */
···63#define IA64_NUM_DEVICE_VECTORS (IA64_LAST_DEVICE_VECTOR - IA64_FIRST_DEVICE_VECTOR + 1)6465#define IA64_MCA_RENDEZ_VECTOR 0xe8 /* MCA rendez interrupt */66+#define IA64_PERFMON_VECTOR 0xee /* performance monitor interrupt vector */67#define IA64_TIMER_VECTOR 0xef /* use highest-prio group 15 interrupt for timer */68#define IA64_MCA_WAKEUP_VECTOR 0xf0 /* MCA wakeup (must be >MCA_RENDEZ_VECTOR) */69#define IA64_IPI_LOCAL_TLB_FLUSH 0xfc /* SMP flush local TLB */