ARM: make entry-macro.S depend on !MULTI_IRQ_HANDLER
[deliverable/linux.git] / arch / arm / mach-picoxcell / include / mach / entry-macro.S
CommitLineData
af75655c
JI
1/*
2 * entry-macro.S
3 *
4 * Copyright (c) 2011 Picochip Ltd., Jamie Iles
5 *
6 * Low-level IRQ helper macros for picoXcell platforms
7 *
8 * This file is licensed under the terms of the GNU General Public
9 * License version 2. This program is licensed "as is" without any
10 * warranty of any kind, whether express or implied.
11 */
c05012ce
JI
12 .macro disable_fiq
13 .endm
af75655c 14
c05012ce
JI
15 .macro arch_ret_to_user, tmp1, tmp2
16 .endm
This page took 0.082458 seconds and 5 git commands to generate.