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