commit | 44ae3ab3358e962039c36ad4ae461ae9fb29596c | [log] [tgz] |
---|---|---|
author | Matt Evans <matt@ozlabs.org> | Wed Apr 06 19:48:50 2011 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Apr 27 14:18:52 2011 +1000 |
tree | 08c0628a5226c0535b7fe236be64b48e5eb0fbd6 | |
parent | eca590f402332ab873d13f2d8d00fa0b91cfff36 [diff] |
powerpc: Free up some CPU feature bits by moving out MMU-related features Some of the 64bit PPC CPU features are MMU-related, so this patch moves them to MMU_FTR_ bits. All cpu_has_feature()-style tests are moved to mmu_has_feature(), and seven feature bits are freed as a result. Signed-off-by: Matt Evans <matt@ozlabs.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>