From: Scott Wood Date: Fri, 17 Apr 2015 21:17:14 +0000 (-0500) Subject: powerpc/mm: Use PFN_PHYS() in devmem_is_allowed() X-Git-Tag: omap-for-v4.3/legacy-v2-signed~168^2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c0cc62715bfd0b26f7d1a79e6e8143085950ca7;p=pandora-kernel.git powerpc/mm: Use PFN_PHYS() in devmem_is_allowed() This function can run on systems where physical addresses don't fit in unsigned long, so make sure to use the macro that contains the proper cast. Signed-off-by: Scott Wood --- Reading git-diff-tree failed