1/*
2 *  Copyright (C) 2007 Lennert Buytenhek <buytenh@wantstofly.org>
3 *  Copyright 2004-2009 Freescale Semiconductor, Inc. All Rights Reserved.
4 */
5
6/*
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10 */
11
12	.macro	disable_fiq
13	.endm
14
15	.macro  arch_ret_to_user, tmp1, tmp2
16	.endm
17