提交 e79f55a8 编写于 作者: R Ralf Baechle

[MIPS] Flags must be unsigned long.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册