git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0952e29
)
On CONFIG_64BIT_PHYS_ADDR, pfn always fits in 'unsigned long', but
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 17 Aug 2005 10:11:10 +0000
(10:11 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 29 Oct 2005 18:32:09 +0000
(19:32 +0100)
pfn<<PAGE_SHIFT sometimes extends beyond. The pte is big enough to hold
'long long', but the shift in pfn_pte() needs to do its calculation with
enough bits to hold the result.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
No differences found