projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04988d6
)
Date: Fri Jul 8 20:10:17 2005 +0000
author
Ralf Baechle
<ralf@linux-mips.org>
Fri, 8 Jul 2005 20:10:17 +0000
(20:10 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 29 Oct 2005 18:31:40 +0000
(19:31 +0100)
Those literals are long.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/tlbex.c
patch
|
blob
|
history
diff --git
a/arch/mips/mm/tlbex.c
b/arch/mips/mm/tlbex.c
index 3b737fafb9b50c279244fd7ff4ae198b3dace4bd..7bd8584fafb2ad0de18c7bdc45748af59a67d613 100644
(file)
--- a/
arch/mips/mm/tlbex.c
+++ b/
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) & 0xffffffff00000000
L) == 0xffffffff00000000L
);
}
static __init int __attribute__((unused)) rel_highest(long val)