projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
138173d
)
MIPS: Loongson-3: remove deprecated IRQF_DISABLED
author
Michael Opdenacker
<
[email protected]
>
Fri, 27 Mar 2015 01:33:41 +0000
(18:33 -0700)
committer
Ralf Baechle
<
[email protected]
>
Wed, 1 Apr 2015 15:22:00 +0000
(17:22 +0200)
This removes the use of the IRQF_DISABLED flag
from arch/mips/loongson/loongson-3/hpet.c
It's a NOOP since 2.6.35.
Signed-off-by: Michael Opdenacker <
[email protected]
>
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Patchwork: https://patchwork.linux-mips.org/patch/9609/
Signed-off-by: Ralf Baechle <
[email protected]
>
arch/mips/loongson/loongson-3/hpet.c
patch
|
blob
|
history
diff --git
a/arch/mips/loongson/loongson-3/hpet.c
b/arch/mips/loongson/loongson-3/hpet.c
index e898d68668a95de5bcc645c0ccb322ef1c59117d..5c21cd3bd339ab253c8b9a956de7bd20534e00f5 100644
(file)
--- a/
arch/mips/loongson/loongson-3/hpet.c
+++ b/
arch/mips/loongson/loongson-3/hpet.c
@@
-162,7
+162,7
@@
static irqreturn_t hpet_irq_handler(int irq, void *data)
static struct irqaction hpet_irq = {
.handler = hpet_irq_handler,
- .flags = IRQF_
DISABLED | IRQF_
NOBALANCING | IRQF_TIMER,
+ .flags = IRQF_NOBALANCING | IRQF_TIMER,
.name = "hpet",
};