]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ARM] 4234/1: Introduce get_irqnr_preamble and arch_ret_to_user for ns9xxx.
authorUwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Fri, 23 Feb 2007 19:20:47 +0000 (20:20 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 25 Feb 2007 16:41:43 +0000 (16:41 +0000)
This is a follow up for f80dff9da07d81da16e3b842118d47b9febf9c01 which
didn't include adaption for the new ns9xxx machine support.

Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/arch-ns9xxx/entry-macro.S

index 467a1986d2594f66dad11a955eb6bd7f0a77d9b2..86aec87303e46c2d2b1be533348d6d745f050731 100644 (file)
 #include <asm/hardware.h>
 #include <asm/arch-ns9xxx/regs-sys.h>
 
+               .macro  get_irqnr_preamble, base, tmp
+               .endm
+
+               .macro  arch_ret_to_user, tmp1, tmp2
+               .endm
+
                .macro  get_irqnr_and_base, irqnr, irqstat, base, tmp
                ldr     \base, =SYS_ISRADDR
                ldr     \irqstat, [\base, #(SYS_ISA - SYS_ISRADDR)]