You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
388 B
16 lines
388 B
20 years ago
|
/*
|
||
17 years ago
|
* arch/arm/mach-versatile/include/mach/entry-macro.S
|
||
20 years ago
|
*
|
||
|
* Low-level IRQ helper macros for Versatile platforms
|
||
|
*
|
||
|
* 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.
|
||
|
*/
|
||
19 years ago
|
|
||
|
.macro disable_fiq
|
||
20 years ago
|
.endm
|
||
|
|
||
18 years ago
|
.macro arch_ret_to_user, tmp1, tmp2
|
||
|
.endm
|