From 48aa43ac031c166b61ac208d13dcef2a82a5e580 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 8 Jul 2005 20:10:17 +0000 Subject: [PATCH] --- yaml --- r: 11138 b: refs/heads/master c: 3ef33e68c1e956bb9a93734062076edcccca7070 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/mm/tlbex.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ba9d7a9ac3a8..ed1fc2178cb6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 04988d6fda5c1cc670bd4c4d563b3443cf7ccce7 +refs/heads/master: 3ef33e68c1e956bb9a93734062076edcccca7070 diff --git a/trunk/arch/mips/mm/tlbex.c b/trunk/arch/mips/mm/tlbex.c index 3b737fafb9b5..7bd8584fafb2 100644 --- a/trunk/arch/mips/mm/tlbex.c +++ b/trunk/arch/mips/mm/tlbex.c @@ -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)