ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[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/sn2/intr.h>
12
13 extern void sn_send_IPI_phys(long, int, int);
14
15 #define CPU_VECTOR_TO_IRQ(cpuid,vector) (vector)
16 #define SN_CPU_FROM_IRQ(irq)    (0)
17 #define SN_IVEC_FROM_IRQ(irq)   (irq)
18
19 #endif /* _ASM_IA64_SN_INTR_H */