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