mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 13:22:23 +00:00
18 lines
465 B
ArmAsm
18 lines
465 B
ArmAsm
|
/* linux/arch/arm/mach-s5pv210/include/mach/entry-macro.S
|
||
|
*
|
||
|
* Copyright (c) 2010 Samsung Electronics Co., Ltd.
|
||
|
* http://www.samsung.com/
|
||
|
*
|
||
|
* Low-level IRQ helper macros for the Samsung S5PV210
|
||
|
*
|
||
|
* This program is free software; you can redistribute it and/or modify
|
||
|
* it under the terms of the GNU General Public License version 2 as
|
||
|
* published by the Free Software Foundation.
|
||
|
*/
|
||
|
|
||
|
.macro disable_fiq
|
||
|
.endm
|
||
|
|
||
|
.macro arch_ret_to_user, tmp1, tmp2
|
||
|
.endm
|