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
6 * Copyright (C) 1995, 1996, 1997, 2003 by Ralf Baechle
7 * Copyright (C) 2001, 2002, 2003 by Liam Davies (ldavies@agile.tv)
10 #include <asm/mipsregs.h>
11 #include <asm/mach-cobalt/cobalt.h>
12 #include <asm/regdef.h>
13 #include <asm/stackframe.h>
17 NESTED(cobalt_handle_int, PT_SIZE, sp)
21 PTR_LA ra, ret_from_irq
25 END(cobalt_handle_int)