aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2007-03-01 04:46:43 -0800
committerTony Lindgren <tony@atomide.com>2007-03-02 01:47:13 -0800
commit1f4d1774133f596a3c4f520859890ad93769e523 (patch)
treecf5d7267c28c7d16e902f594d6421c5008a30ce1 /include
parentARM: OMAP: Use linux/delay.h not asm/delay.h (diff)
downloadlinux-dev-1f4d1774133f596a3c4f520859890ad93769e523.tar.xz
linux-dev-1f4d1774133f596a3c4f520859890ad93769e523.zip
ARM: OMAP: Add missing get_irqnr_preamble and arch_ret_to_user for omap2
Only entries for omap1 were added earlier. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-omap/entry-macro.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-arm/arch-omap/entry-macro.S b/include/asm-arm/arch-omap/entry-macro.S
index c90dff4828f7..f6967c8df323 100644
--- a/include/asm-arm/arch-omap/entry-macro.S
+++ b/include/asm-arm/arch-omap/entry-macro.S
@@ -61,6 +61,12 @@
.macro disable_fiq
.endm
+ .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, =VA_IC_BASE
ldr \irqnr, [\base, #0x98] /* IRQ pending reg 1 */