1/* 2 * arch/arm/mach-ep93xx/include/mach/entry-macro.S 3 * IRQ demultiplexing for EP93xx 4 * 5 * Copyright (C) 2006 Lennert Buytenhek <buytenh@wantstofly.org> 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 as published by 9 * the Free Software Foundation; either version 2 of the License, or (at 10 * your option) any later version. 11 */ 12 13 .macro disable_fiq 14 .endm 15 16 .macro arch_ret_to_user, tmp1, tmp2 17 .endm 18