]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Use new CPU feature bit to select 2.06 tlbie
authorMichael Neuling <mikey@neuling.org>
Wed, 6 Apr 2011 18:23:29 +0000 (18:23 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 4 May 2011 05:19:26 +0000 (15:19 +1000)
commite32bb661bffe9cc2da28c1e8e46b85132230fe01
tree6ed462115dc518d39707f9c00ef19cad5acd1fc8
parente2f7f754ece6cedadd7d63704b51da19c151db76
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 <mikey@neuling.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/feature-fixups.h
arch/powerpc/include/asm/mmu.h
arch/powerpc/mm/hash_native_64.c