patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / include / asm-ia64 / sn / intr.h
1 /*
2  * This file is subject to the terms and conditions of the GNU General Public
3  * License.  See the file "COPYING" in the main directory of this archive
4  * for more details.
5  *
6  * Copyright (C) 1992 - 1997, 2000-2003 Silicon Graphics, Inc. All rights reserved.
7  */
8 #ifndef _ASM_IA64_SN_INTR_H
9 #define _ASM_IA64_SN_INTR_H
10
11 #include <asm/sn/types.h>
12 #include <asm/sn/sn2/intr.h>
13
14 extern void sn_send_IPI_phys(long, int, int);
15 extern void intr_init_vecblk(cnodeid_t node);
16
17 #define CPU_VECTOR_TO_IRQ(cpuid,vector) (vector)
18 #define SN_CPU_FROM_IRQ(irq)    (0)
19 #define SN_IVEC_FROM_IRQ(irq)   (irq)
20
21 #endif /* _ASM_IA64_SN_INTR_H */