aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/include/mach/entry-macro.S
blob: def5d30cb67e83ce918bae06c055d1fa2d1842ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 *  Copyright (C) 2007 Lennert Buytenhek <buytenh@wantstofly.org>
 *  Copyright 2004-2009 Freescale Semiconductor, Inc. All Rights Reserved.
 */

/*
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

	.macro	disable_fiq
	.endm

	.macro  arch_ret_to_user, tmp1, tmp2
	.endm