Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119044
b: refs/heads/master
c: 10840f0
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Nov 13, 2008
1 parent be53f13 commit 8afe540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: bfbedf787c6b77270679429caadb044b2d33c94c
refs/heads/master: 10840f034e2329150ce0e683e636ea13b268d333
2 changes: 1 addition & 1 deletion trunk/arch/sh/mm/mmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
int valid_phys_addr_range(unsigned long addr, size_t count)
{
if (addr < (PAGE_OFFSET + (PFN_START << PAGE_SHIFT)))
if (addr < __MEMORY_START)
return 0;
if (addr + count > __pa(high_memory))
return 0;
Expand Down

0 comments on commit 8afe540

Please sign in to comment.