Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9492
b: refs/heads/master
c: 13edad7
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Sep 30, 2005
1 parent 7e18a24 commit 0d240c0
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 195 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ed3ffaf7b5e0262cb860f106a6632933671cc88f
refs/heads/master: 13edad7a5cef1c952459742482482a6b05e1a8a1
2 changes: 1 addition & 1 deletion trunk/arch/sparc64/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@ static int cheetah_check_main_memory(unsigned long paddr)
{
unsigned long vaddr = PAGE_OFFSET + paddr;

if (vaddr > high_memory)
if (vaddr > (unsigned long) high_memory)
return 0;

return kern_addr_valid(vaddr);
Expand Down
Loading

0 comments on commit 0d240c0

Please sign in to comment.