aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-versatile/include/mach/entry-macro.S
blob: b6f0dbf122eee997c191ba258ee84cb2daf68eca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * arch/arm/mach-versatile/include/mach/entry-macro.S
 *
 * Low-level IRQ helper macros for Versatile platforms
 *
 * This file is licensed under  the terms of the GNU General Public
 * License version 2. This program is licensed "as is" without any
 * warranty of any kind, whether express or implied.
 */

		.macro	disable_fiq
		.endm

		.macro  arch_ret_to_user, tmp1, tmp2
		.endm