| Magnus Damm | e74a962 | 2010-12-28 08:27:10 +0000 | [diff] [blame] | 1 | /* | 
|  | 2 | * ARM Interrupt demux handler using GIC | 
|  | 3 | * | 
|  | 4 | * Copyright (C) 2010 Magnus Damm | 
| Paul Mundt | c0312b3 | 2011-01-07 12:02:11 +0900 | [diff] [blame] | 5 | * Copyright (C) 2011 Paul Mundt | 
|  | 6 | * Copyright (C) 2010 - 2011 Renesas Solutions Corp. | 
| Magnus Damm | e74a962 | 2010-12-28 08:27:10 +0000 | [diff] [blame] | 7 | * | 
|  | 8 | * This file is licensed under  the terms of the GNU General Public | 
|  | 9 | * License version 2. This program is licensed "as is" without any | 
|  | 10 | * warranty of any kind, whether express or implied. | 
|  | 11 | */ | 
|  | 12 |  | 
| Paul Mundt | c0312b3 | 2011-01-07 12:02:11 +0900 | [diff] [blame] | 13 | #include <asm/assembler.h> | 
| Magnus Damm | e74a962 | 2010-12-28 08:27:10 +0000 | [diff] [blame] | 14 | #include <asm/entry-macro-multi.S> | 
|  | 15 | #include <asm/hardware/gic.h> | 
|  | 16 | #include <asm/hardware/entry-macro-gic.S> | 
|  | 17 |  | 
| Magnus Damm | e74a962 | 2010-12-28 08:27:10 +0000 | [diff] [blame] | 18 | arch_irq_handler shmobile_handle_irq_gic |