commit | a32e252f7cdfb3675a4e50215cfac356ed8952c4 | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Wed Apr 06 18:23:29 2011 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed May 04 15:19:26 2011 +1000 |
tree | 6ed462115dc518d39707f9c00ef19cad5acd1fc8 | |
parent | 476eb4912601a8c01e6702b9a029f476b4b131d2 [diff] |
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>