2 * Copyright (c) 2002 Philips, Inc. All rights.
3 * Copyright (c) 2002 Red Hat, Inc. All rights.
5 * This software may be freely redistributed under the terms of the
6 * GNU General Public License.
8 * You should have received a copy of the GNU General Public License
9 * along with this program; if not, write to the Free Software
10 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
12 * Based upon arch/mips/galileo-boards/ev64240/int-handler.S
16 #include <asm/mipsregs.h>
17 #include <asm/addrspace.h>
18 #include <asm/regdef.h>
19 #include <asm/stackframe.h>
24 * Code to handle in-core interrupt exception.
30 NESTED(cp0_irqdispatch, PT_SIZE, sp)
39 andi t1,t0,STATUSF_IP2 /* int0 hardware line */
43 andi t1,t0,STATUSF_IP7 /* int5 hardware line */
47 /* wrong alarm or masked ... */
75 ll_timer_out: j ret_from_irq