1/* arch/arm/mach-exynos4/include/mach/entry-macro.S 2 * 3 * Cloned from arch/arm/mach-realview/include/mach/entry-macro.S 4 * 5 * Low-level IRQ helper macros for EXYNOS4 platforms 6 * 7 * This file is licensed under the terms of the GNU General Public 8 * License version 2. This program is licensed "as is" without any 9 * warranty of any kind, whether express or implied. 10*/ 11 12 .macro disable_fiq 13 .endm 14 15 .macro arch_ret_to_user, tmp1, tmp2 16 .endm 17