From: Michael Neuling Date: Wed, 6 Apr 2011 18:23:29 +0000 (+0000) Subject: powerpc: Use new CPU feature bit to select 2.06 tlbie X-Git-Tag: v3.0-rc1~385^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a32e252f7cdfb3675a4e50215cfac356ed8952c4;p=pandora-kernel.git powerpc: Use new CPU feature bit to select 2.06 tlbie This removes MMU_FTR_TLBIE_206 as we can now use CPU_FTR_HVMODE_206. It also changes the logic to select which tlbie to use to be based on this new CPU feature bit. This also duplicates the ASM_FTR_IF/SET/CLR defines for CPU features (copied from MMU features). Signed-off-by: Michael Neuling Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed