Srinidhi Kasagar | aa44ef4 | 2009-11-28 08:17:18 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Low-level IRQ helper macros for U8500 platforms |
| 3 | * |
| 4 | * Copyright (C) 2009 ST-Ericsson. |
| 5 | * |
| 6 | * This file is a copy of ARM Realview platform. |
| 7 | * -just satisfied checkpatch script. |
| 8 | * |
| 9 | * This file is licensed under the terms of the GNU General Public |
| 10 | * License version 2. This program is licensed "as is" without any |
| 11 | * warranty of any kind, whether express or implied. |
| 12 | */ |
| 13 | #include <mach/hardware.h> |
Magnus Damm | 5488324 | 2010-11-16 01:02:06 +0100 | [diff] [blame] | 14 | #include <asm/hardware/entry-macro-gic.S> |
Srinidhi Kasagar | aa44ef4 | 2009-11-28 08:17:18 +0100 | [diff] [blame] | 15 | |
| 16 | .macro disable_fiq |
| 17 | .endm |
| 18 | |
Srinidhi Kasagar | aa44ef4 | 2009-11-28 08:17:18 +0100 | [diff] [blame] | 19 | .macro arch_ret_to_user, tmp1, tmp2 |
| 20 | .endm |