From: Ralf Baechle Date: Fri, 3 Jul 2009 06:11:15 +0000 (+0100) Subject: MIPS: Fix CONFIG_FLATMEM version of pfn_valid() X-Git-Tag: v2.6.31-rc2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baf922780251d12bc1c24c83df60c4c278abb745;p=pandora-kernel.git MIPS: Fix CONFIG_FLATMEM version of pfn_valid() 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 --- Reading git-diff-tree failed