diff options
Diffstat (limited to 'arch/arm/mach-iop13xx/include/mach/entry-macro.S')
| -rw-r--r-- | arch/arm/mach-iop13xx/include/mach/entry-macro.S | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-iop13xx/include/mach/entry-macro.S b/arch/arm/mach-iop13xx/include/mach/entry-macro.S index a624a7870c6..1a2d603488d 100644 --- a/arch/arm/mach-iop13xx/include/mach/entry-macro.S +++ b/arch/arm/mach-iop13xx/include/mach/entry-macro.S @@ -16,9 +16,6 @@   * Place - Suite 330, Boston, MA 02111-1307 USA.   *   */ -	.macro  disable_fiq -	.endm -  	.macro get_irqnr_preamble, base, tmp  	mrc	p15, 0, \tmp, c15, c1, 0  	orr	\tmp, \tmp, #(1 << 6)  |