summaryrefslogtreecommitdiff
path: root/target/linux/atheros-2.6/files/arch/mips/atheros/ar5315/irq.c
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2007-07-12 10:19:36 +0000
committerImre Kaloz <kaloz@openwrt.org>2007-07-12 10:19:36 +0000
commitd2c338cd52bbb07983680fc4369529c7b396617c (patch)
tree47071bf715bb19b73a841cef500e3d94db924348 /target/linux/atheros-2.6/files/arch/mips/atheros/ar5315/irq.c
parent65edd13209cfb70986a94ec017c775a3ab4eba5c (diff)
downloadmtk-20170518-d2c338cd52bbb07983680fc4369529c7b396617c.zip
mtk-20170518-d2c338cd52bbb07983680fc4369529c7b396617c.tar.gz
mtk-20170518-d2c338cd52bbb07983680fc4369529c7b396617c.tar.bz2
upgrade atheros targets to 2.6.22.1
SVN-Revision: 7936
Diffstat (limited to 'target/linux/atheros-2.6/files/arch/mips/atheros/ar5315/irq.c')
-rw-r--r--target/linux/atheros-2.6/files/arch/mips/atheros/ar5315/irq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/atheros-2.6/files/arch/mips/atheros/ar5315/irq.c b/target/linux/atheros-2.6/files/arch/mips/atheros/ar5315/irq.c
index 3713ebd..eb2e1a7 100644
--- a/target/linux/atheros-2.6/files/arch/mips/atheros/ar5315/irq.c
+++ b/target/linux/atheros-2.6/files/arch/mips/atheros/ar5315/irq.c
@@ -288,14 +288,14 @@ static irqreturn_t ar5315_ahb_proc_handler(int cpl, void *dev_id)
static struct irqaction ar5315_ahb_proc_interrupt = {
.handler = ar5315_ahb_proc_handler,
- .flags = SA_INTERRUPT,
+ .flags = IRQF_DISABLED,
.name = "ar5315_ahb_proc_interrupt",
};
static struct irqaction cascade = {
.handler = no_action,
- .flags = SA_INTERRUPT,
+ .flags = IRQF_DISABLED,
.name = "cascade",
};