Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Those literals are long.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+1 -1
+1 -1
arch/mips/mm/tlbex.c
··· 487 487 static __init int __attribute__((unused)) in_compat_space_p(long addr) 488 488 { 489 489 /* Is this address in 32bit compat space? */ 490 - return (((addr) & 0xffffffff00000000) == 0xffffffff00000000); 490 + return (((addr) & 0xffffffff00000000L) == 0xffffffff00000000L); 491 491 } 492 492 493 493 static __init int __attribute__((unused)) rel_highest(long val)