/* | |
* | |
* 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 |