Commit 1f4d1774 authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP: Add missing get_irqnr_preamble and arch_ret_to_user for omap2

Only entries for omap1 were added earlier.
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 04fbf6a2
...@@ -61,6 +61,12 @@ ...@@ -61,6 +61,12 @@
.macro disable_fiq .macro disable_fiq
.endm .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 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
ldr \base, =VA_IC_BASE ldr \base, =VA_IC_BASE
ldr \irqnr, [\base, #0x98] /* IRQ pending reg 1 */ ldr \irqnr, [\base, #0x98] /* IRQ pending reg 1 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment