ARM: make entry-macro.S depend on !MULTI_IRQ_HANDLER
[deliverable/linux.git] / arch / arm / mach-nomadik / include / mach / entry-macro.S
CommitLineData
28ad94ec
AR
1/*
2 * Low-level IRQ helper macros for Nomadik platforms
3 *
4 * This file is licensed under the terms of the GNU General Public
5 * License version 2. This program is licensed "as is" without any
6 * warranty of any kind, whether express or implied.
7 */
8
28ad94ec
AR
9 .macro disable_fiq
10 .endm
11
28ad94ec
AR
12 .macro arch_ret_to_user, tmp1, tmp2
13 .endm
This page took 0.173959 seconds and 5 git commands to generate.