Merge branch 'btrfs-3.0' into for-linus
[deliverable/linux.git] / arch / arm / mach-shmobile / entry-gic.S
CommitLineData
e74a9625
MD
1/*
2 * ARM Interrupt demux handler using GIC
3 *
4 * Copyright (C) 2010 Magnus Damm
c0312b33
PM
5 * Copyright (C) 2011 Paul Mundt
6 * Copyright (C) 2010 - 2011 Renesas Solutions Corp.
e74a9625
MD
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
c0312b33 13#include <asm/assembler.h>
e74a9625
MD
14#include <asm/entry-macro-multi.S>
15#include <asm/hardware/gic.h>
16#include <asm/hardware/entry-macro-gic.S>
17
e74a9625 18 arch_irq_handler shmobile_handle_irq_gic
This page took 0.079819 seconds and 5 git commands to generate.