mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
ARC: Interrupt Handling
This contains: -bootup arch IRQ init: init_IRQ(), arc_init_IRQ() -generic IRQ subsystem glue: arch_do_IRQ() -basic IRQ chip setup for in-core intc Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Cc: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
9d42c84f91
commit
bacdf4809a
5 changed files with 152 additions and 2 deletions
15
arch/arc/plat-arcfpga/irq.c
Normal file
15
arch/arc/plat-arcfpga/irq.c
Normal file
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
* ARC FPGA Platform IRQ hookups
|
||||
*
|
||||
* Copyright (C) 2012 Synopsys, Inc. (www.synopsys.com)
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#include <linux/interrupt.h>
|
||||
|
||||
void __init plat_init_IRQ(void)
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue