diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-11-15 08:11:35 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-11-17 11:23:55 -0500 |
commit | 3d5d44017601c927f5e14c43b0efee34e7e50a66 (patch) | |
tree | 372b4d998b82368e172c4355f6973c609ff7cff0 /arch/mips | |
parent | c183f1224bbae052b5fbb971d6eafc5cbdc6be4f (diff) |
[MIPS] Ocelot G: Use CPU_MASK_NONE instead of 0 to initialize cpu mask.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/momentum/ocelot_g/gt-irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/momentum/ocelot_g/gt-irq.c b/arch/mips/momentum/ocelot_g/gt-irq.c index d0b5c9dd0ea4..e5eceed1beff 100644 --- 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) | |||
178 | timer.name = "timer"; | 178 | timer.name = "timer"; |
179 | timer.dev_id = NULL; | 179 | timer.dev_id = NULL; |
180 | timer.next = NULL; | 180 | timer.next = NULL; |
181 | timer.mask = 0; | 181 | timer.mask = CPU_MASK_NONE; |
182 | irq_desc[6].action = &timer; | 182 | irq_desc[6].action = &timer; |
183 | 183 | ||
184 | enable_irq(6); | 184 | enable_irq(6); |