Anton Vorontsov | d94f944 | 2010-03-25 17:12:41 +0300 | [diff] [blame] | 1 | /* |
| 2 | * Low-level IRQ helper macros for Cavium Networks platforms |
| 3 | * |
| 4 | * Copyright 2008 Cavium Networks |
| 5 | * |
| 6 | * This file is free software; you can redistribute it and/or modify |
| 7 | * it under the terms of the GNU General Public License, Version 2, as |
| 8 | * published by the Free Software Foundation. |
| 9 | */ |
| 10 | |
Magnus Damm | 960351f | 2010-11-16 00:54:55 +0100 | [diff] [blame] | 11 | #include <asm/hardware/entry-macro-gic.S> |
Anton Vorontsov | d94f944 | 2010-03-25 17:12:41 +0300 | [diff] [blame] | 12 | |
| 13 | .macro disable_fiq |
| 14 | .endm |
| 15 | |
Anton Vorontsov | d94f944 | 2010-03-25 17:12:41 +0300 | [diff] [blame] | 16 | .macro arch_ret_to_user, tmp1, tmp2 |
| 17 | .endm |