forked from luck/tmp_suning_uos_patched
[MIPS] Flags must be unsigned long.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
781b0f8d4f
commit
e79f55a8c7
@ -208,7 +208,7 @@ static unsigned int __init estimate_cpu_frequency(void)
|
|||||||
count = 6000000;
|
count = 6000000;
|
||||||
#endif
|
#endif
|
||||||
#if defined(CONFIG_MIPS_ATLAS) || defined(CONFIG_MIPS_MALTA)
|
#if defined(CONFIG_MIPS_ATLAS) || defined(CONFIG_MIPS_MALTA)
|
||||||
unsigned int flags;
|
unsigned long flags;
|
||||||
|
|
||||||
local_irq_save(flags);
|
local_irq_save(flags);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user