MOXA linux-2.6.x / linux-2.6.9-uc0 from sdlinux-moxaart.tgz
[linux-2.6.9-moxart.git] / include / asm-ia64 / sn / intr.h
blobd2e8a0aa5e4f1ba970f6971c0789ae6b86c70341
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.
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
11 #include <asm/sn/types.h>
12 #include <asm/sn/sn2/intr.h>
14 extern void sn_send_IPI_phys(long, int, int);
15 extern void intr_init_vecblk(cnodeid_t node);
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)
21 #endif /* _ASM_IA64_SN_INTR_H */