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>
This commit is contained in:
Tony Lindgren 2007-03-01 04:46:43 -08:00
parent 04fbf6a291
commit 1f4d177413

View File

@ -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 */