Browse Source

[MIPS] Flags must be unsigned long.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 18 years ago
parent
commit
e79f55a8c7
1 changed files with 1 additions and 1 deletions
  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);