2005-04-16 15:20:36 -07:00
|
|
|
/*
|
2008-08-05 08:14:15 -07:00
|
|
|
* arch/arm/plat-omap/include/mach/entry-macro.S
|
2005-04-16 15:20:36 -07:00
|
|
|
*
|
|
|
|
* Low-level IRQ helper macros for OMAP-based platforms
|
|
|
|
*
|
2009-05-28 14:16:04 -07:00
|
|
|
* Copyright (C) 2009 Texas Instruments
|
|
|
|
* Added OMAP4 support - Santosh Shilimkar <santosh.shilimkar@ti.com>
|
|
|
|
*
|
2005-04-16 15:20:36 -07:00
|
|
|
* 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.
|
|
|
|
*/
|
2010-02-15 10:27:24 -07:00
|
|
|
|
2005-09-07 09:20:27 -07:00
|
|
|
.macro disable_fiq
|
|
|
|
.endm
|
|
|
|
|
2007-03-01 05:46:43 -07:00
|
|
|
.macro arch_ret_to_user, tmp1, tmp2
|
|
|
|
.endm
|