 bbf5f38599
			
		
	
	
	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>
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			455 B
			
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
			
		
		
	
	
			18 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
 |