From: Ralf Baechle Date: Tue, 15 Nov 2005 13:11:35 +0000 (+0000) Subject: [MIPS] Ocelot G: Use CPU_MASK_NONE instead of 0 to initialize cpu mask. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3d5d44017601c927f5e14c43b0efee34e7e50a66;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git [MIPS] Ocelot G: Use CPU_MASK_NONE instead of 0 to initialize cpu mask. Signed-off-by: Ralf Baechle --- 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) 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);