2005-10-31 22:25:02 +08:00
|
|
|
/*
|
2008-08-05 23:14:15 +08:00
|
|
|
* arch/arm/mach-realview/include/mach/entry-macro.S
|
2005-10-31 22:25:02 +08:00
|
|
|
*
|
|
|
|
* Low-level IRQ helper macros for RealView 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.
|
|
|
|
*/
|
2008-08-05 23:14:15 +08:00
|
|
|
#include <mach/hardware.h>
|
2010-11-16 07:58:43 +08:00
|
|
|
#include <asm/hardware/entry-macro-gic.S>
|
2005-10-31 22:25:02 +08:00
|
|
|
|
|
|
|
.macro disable_fiq
|
|
|
|
.endm
|
|
|
|
|
2007-02-17 05:16:32 +08:00
|
|
|
.macro arch_ret_to_user, tmp1, tmp2
|
|
|
|
.endm
|
|
|
|
|