Преглед изворни кода

[MIPS] Flags must be unsigned long.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle пре 19 година
родитељ
комит
e79f55a8c7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      arch/mips/mips-boards/generic/time.c

+ 1 - 1
arch/mips/mips-boards/generic/time.c

@@ -208,7 +208,7 @@ static unsigned int __init estimate_cpu_frequency(void)
 		count = 6000000;
 #endif
 #if defined(CONFIG_MIPS_ATLAS) || defined(CONFIG_MIPS_MALTA)
-	unsigned int flags;
+	unsigned long flags;
 
 	local_irq_save(flags);