提交 07f6169c 编写于 作者: R Ralf Baechle

[MIPS] Excite: Fix build error.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 217dd11e
...@@ -77,7 +77,7 @@ int titan_irqflags; ...@@ -77,7 +77,7 @@ int titan_irqflags;
void __init plat_time_init(void) void __init plat_time_init(void)
{ {
const u32 modebit5 = ocd_readl(0x00e4); const u32 modebit5 = ocd_readl(0x00e4);
unsigned int mult = ((modebit5 >> 11) & 0x1f) + 2, unsigned int mult = ((modebit5 >> 11) & 0x1f) + 2;
unsigned int div = ((modebit5 >> 16) & 0x1f) + 2; unsigned int div = ((modebit5 >> 16) & 0x1f) + 2;
if (div == 33) if (div == 33)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册