aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-u300/include/mach/entry-macro.S
blob: 7181d6ac6651948623b9221f56c204e4d4783d2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 *
 * arch-arm/mach-u300/include/mach/entry-macro.S
 *
 *
 * Copyright (C) 2006-2009 ST-Ericsson AB
 * License terms: GNU General Public License (GPL) version 2
 * Low-level IRQ helper macros for ST-Ericsson U300
 * Author: Linus Walleij <linus.walleij@stericsson.com>
 */

	.macro	disable_fiq
	.endm

	.macro  arch_ret_to_user, tmp1, tmp2
	.endm