Commit e79f55a8 authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] Flags must be unsigned long.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 781b0f8d
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment