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:
01a6221
)
MIPS: Fix CONFIG_FLATMEM version of pfn_valid()
author
Ralf Baechle
<ralf@linux-mips.org>
Fri, 3 Jul 2009 06:11:15 +0000
(07:11 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Fri, 3 Jul 2009 14:45:29 +0000
(15:45 +0100)
For systems which do not define PHYS_OFFSET as 0 pfn_valid() may falsely
have returned 0 on most configurations. Bug introduced by commit
752fbeb2e3555c0d236e992f1195fd7ce30e728d
(linux-mips.org) rsp.
6f284a2ce7b8bc49cb8455b1763357897a899abb
(kernel.org) titled "[MIPS]
FLATMEM: introduce PHYS_OFFSET."
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
No differences found