projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c183f12
)
[MIPS] Ocelot G: Use CPU_MASK_NONE instead of 0 to initialize cpu mask.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 15 Nov 2005 13:11:35 +0000
(13:11 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 17 Nov 2005 16:23:55 +0000
(16:23 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/momentum/ocelot_g/gt-irq.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/momentum/ocelot_g/gt-irq.c
b/arch/mips/momentum/ocelot_g/gt-irq.c
index d0b5c9dd0ea42b269dcc3850b9d0f73eff08de32..e5eceed1beff3cd2ff7a7502b87103ca1d344523 100644
(file)
--- a/
arch/mips/momentum/ocelot_g/gt-irq.c
+++ b/
arch/mips/momentum/ocelot_g/gt-irq.c
@@
-178,7
+178,7
@@
void gt64240_time_init(void)
timer.name = "timer";
timer.dev_id = NULL;
timer.next = NULL;
- timer.mask =
0
;
+ timer.mask =
CPU_MASK_NONE
;
irq_desc[6].action = &timer;
enable_irq(6);