From: Michael Ellerman Date: Thu, 10 Jul 2014 02:29:25 +0000 (+1000) Subject: powerpc: Remove CONFIG_POWER4 X-Git-Tag: omap-for-v3.17/fixes-against-rc2~134^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=804ece07e957298fa15695677c92631744d620af;p=pandora-kernel.git powerpc: Remove CONFIG_POWER4 Although the name CONFIG_POWER4 suggests that it controls support for power4 cpus, this symbol is actually misnamed. It is a historical wart from the powermac code, which used to support building a 32-bit kernel for power4. CONFIG_POWER4 was used in that context to guard code that was 64-bit only. In the powermac code we can just use CONFIG_PPC64 instead, and in other places it is a synonym for CONFIG_PPC_BOOK3S_64. Signed-off-by: Michael Ellerman Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed