From: Michael Ellerman Date: Sun, 19 Aug 2012 21:44:01 +0000 (+0000) Subject: powerpc: Rename 64-bit PVR constants to PVR_foo X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~10^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3dbeef657fdc9e870e0b01f811bbb906af052f8;p=pandora-kernel.git powerpc: Rename 64-bit PVR constants to PVR_foo We have an old FIXME in reg.h which points out that we should standardise on PVR_foo for our PVR #defines. Currently we use PVR_ on 32-bit and PV_ on 64-bit. So do that rename and remove the FIXME. Seeing as we're touching all but one usage of __is_processor(), rename it to something less ugly and more indicative of what it does, which is simply to check the PVR version. Signed-off-by: Michael Ellerman Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed