From: Michael Ellerman Date: Thu, 23 Oct 2014 05:35:14 +0000 (+1100) Subject: powerpc: Remove CPU_FTR_HVMODE from CPU_FTRS_ALWAYS X-Git-Tag: omap-for-v3.19/fixes-rc1~123^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66f3d4fe0ba8f38df6141cc0b6ec145be6e63f0e;p=pandora-kernel.git powerpc: Remove CPU_FTR_HVMODE from CPU_FTRS_ALWAYS We potentially clear CPU_FTR_HVMODE at runtime in __init_hvmode_206(), so we must make sure it's not set in CPU_FTRS_ALWAYS. This doesn't hurt us in practice at the moment, because we don't support compiling only for CPUs that support CPU_FTR_HVMODE. Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed