Go to the documentation of this file.
9 #ifndef _ASM_IA64_SN_INTR_H
10 #define _ASM_IA64_SN_INTR_H
13 #include <asm/sn/types.h>
15 #define SGI_UART_VECTOR 0xe9
18 #define SGI_XPC_ACTIVATE 0x30
19 #define SGI_II_ERROR 0x31
20 #define SGI_XBOW_ERROR 0x32
21 #define SGI_PCIASIC_ERROR 0x33
22 #define SGI_ACPI_SCI_INT 0x34
23 #define SGI_TIOCA_ERROR 0x35
24 #define SGI_TIO_ERROR 0x36
25 #define SGI_TIOCX_ERROR 0x37
26 #define SGI_MMTIMER_VECTOR 0x38
27 #define SGI_XPC_NOTIFY 0xe7
29 #define IA64_SN2_FIRST_DEVICE_VECTOR 0x3c
30 #define IA64_SN2_LAST_DEVICE_VECTOR 0xe6
32 #define SN2_IRQ_RESERVED 0x1
33 #define SN2_IRQ_CONNECTED 0x2
34 #define SN2_IRQ_SHARED 0x4
66 #define CPU_VECTOR_TO_IRQ(cpuid,vector) (vector)