mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-29 14:05:19 +08:00
bbf5f38599
Convert the ux500 platforms to be using the gic_handle_irq function as their primary interrupt handler. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
19 lines
455 B
ArmAsm
19 lines
455 B
ArmAsm
/*
|
|
* Low-level IRQ helper macros for U8500 platforms
|
|
*
|
|
* Copyright (C) 2009 ST-Ericsson.
|
|
*
|
|
* This file is a copy of ARM Realview platform.
|
|
* -just satisfied checkpatch script.
|
|
*
|
|
* 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.
|
|
*/
|
|
|
|
.macro disable_fiq
|
|
.endm
|
|
|
|
.macro arch_ret_to_user, tmp1, tmp2
|
|
.endm
|