From: Steven King Date: Thu, 12 Jun 2014 03:01:10 +0000 (-0700) Subject: m68knommu: Correct page_to_phys when PAGE_OFFSET is non-zero. X-Git-Tag: cleanup-for-v3.18~120^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=817f72d680828bb848099adf69fd35c14ff2e182;p=pandora-kernel.git m68knommu: Correct page_to_phys when PAGE_OFFSET is non-zero. The definition of page_to_phys for nommu produces an incorrect value when PAGE_OFFSET is non-zero. The nommu version of page_to_pfn works correctly for non-zero PAGE_OFFSET, so use that instead. Signed-off-by: Steven King Signed-off-by: Greg Ungerer --- Reading git-diff-tree failed