提交 3ef33e68 编写于 作者: R Ralf Baechle

Date: Fri Jul 8 20:10:17 2005 +0000

Those literals are long.
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 04988d6f
......@@ -487,7 +487,7 @@ L_LA(_r3000_write_probe_fail)
static __init int __attribute__((unused)) in_compat_space_p(long addr)
{
/* Is this address in 32bit compat space? */
return (((addr) & 0xffffffff00000000) == 0xffffffff00000000);
return (((addr) & 0xffffffff00000000L) == 0xffffffff00000000L);
}
static __init int __attribute__((unused)) rel_highest(long val)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册