2011-07-25 16:36:42 +00:00
|
|
|
/*
|
|
|
|
* entry-macro.S
|
|
|
|
*
|
|
|
|
* Copyright (c) 2011 Picochip Ltd., Jamie Iles
|
|
|
|
*
|
|
|
|
* Low-level IRQ helper macros for picoXcell 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.
|
|
|
|
*/
|
2011-11-03 17:29:03 +00:00
|
|
|
.macro disable_fiq
|
|
|
|
.endm
|
2011-07-25 16:36:42 +00:00
|
|
|
|
2011-11-03 17:29:03 +00:00
|
|
|
.macro arch_ret_to_user, tmp1, tmp2
|
|
|
|
.endm
|