2005-04-16 22:20:36 +00:00
|
|
|
/*
|
2008-08-05 15:14:15 +00:00
|
|
|
* arch/arm/mach-pxa/include/mach/entry-macro.S
|
2005-04-16 22:20:36 +00:00
|
|
|
*
|
|
|
|
* Low-level IRQ helper macros for PXA-based 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.
|
|
|
|
*/
|
|
|
|
|
|
|
|
.macro disable_fiq
|
|
|
|
.endm
|
|
|
|
|
2007-02-16 21:16:32 +00:00
|
|
|
.macro arch_ret_to_user, tmp1, tmp2
|
|
|
|
.endm
|