Skip to content

Commit

Permalink
[MIPS] Ocelot G: Use CPU_MASK_NONE instead of 0 to initialize cpu mask.
Browse files Browse the repository at this point in the history
    
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Nov 17, 2005
1 parent c183f12 commit 3d5d440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/momentum/ocelot_g/gt-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3d5d440

Please sign in to comment.