[MIPS] Flags must be unsigned long.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2006-10-31 19:53:15 +00:00
parent 781b0f8d4f
commit e79f55a8c7
1 changed files with 1 additions and 1 deletions

View File

@ -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);