blob: e9d9449d300ab1df57ea66dd87140ecb17744c34 [file] [log] [blame]
Uwe Kleine-König9918cda2007-02-16 15:36:55 +01001/*
2 * include/asm-arm/arch-ns9xxx/entry-macro.S
3 *
Uwe Kleine-König724ce5e2008-02-15 08:41:06 +01004 * Copyright (C) 2006,2007 by Digi International Inc.
Uwe Kleine-König9918cda2007-02-16 15:36:55 +01005 * All rights reserved.
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License version 2 as published by
9 * the Free Software Foundation.
10 */
Russell Kingbe509722008-08-04 10:41:28 +010011#include <asm/arch/hardware.h>
Russell Kingbccf6502008-08-02 22:33:18 +010012#include <asm/arch/regs-sys-common.h>
Uwe Kleine-König9918cda2007-02-16 15:36:55 +010013
Uwe Kleine-König87484152007-02-23 20:20:47 +010014 .macro get_irqnr_preamble, base, tmp
Uwe Kleine-Königab65b872007-10-16 08:03:00 +020015 ldr \base, =SYS_ISRADDR
Uwe Kleine-König87484152007-02-23 20:20:47 +010016 .endm
17
18 .macro arch_ret_to_user, tmp1, tmp2
19 .endm
20
Uwe Kleine-König9918cda2007-02-16 15:36:55 +010021 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
Uwe Kleine-König9918cda2007-02-16 15:36:55 +010022 ldr \irqstat, [\base, #(SYS_ISA - SYS_ISRADDR)]
23 cmp \irqstat, #0
24 ldrne \irqnr, [\base]
25 .endm
26
27 .macro disable_fiq
28 .endm