summaryrefslogtreecommitdiff
path: root/arch/arm/mach-vexpress/include/mach/entry-macro.S
blob: 19d5ac8ba07182d2a34be57fc412a99d8d640639 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <asm/hardware/entry-macro-gic.S>

	.macro	disable_fiq
	.endm

	.macro	get_irqnr_preamble, base, tmp
	ldr	\base, =gic_cpu_base_addr
	ldr	\base, [\base]
	.endm

	.macro	arch_ret_to_user, tmp1, tmp2
	.endm