diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-04-23 08:51:22 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-04-23 08:51:22 -0500 |
commit | 323d23aeac4918c7a540b597a26fa7a67645593a (patch) | |
tree | 6d8861e65b1753168552f8e4b22a1f82d4ad7a41 /arch/powerpc/kernel/cputable.c | |
parent | 6329db8bd60fbc0832f30c350b0181b8d865573e (diff) | |
download | talos-obmc-linux-323d23aeac4918c7a540b597a26fa7a67645593a.tar.gz talos-obmc-linux-323d23aeac4918c7a540b597a26fa7a67645593a.zip |
Revert "powerpc: Add support for early tlbilx opcode"
This reverts commit e9965577406a2148ade97b5e0ce7c448b4ba4ef6. Our HW
guys were able to fix this so it never sees the light of day.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kernel/cputable.c')
-rw-r--r-- | arch/powerpc/kernel/cputable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c index 57db50f40289..cd1b687544f3 100644 --- a/arch/powerpc/kernel/cputable.c +++ b/arch/powerpc/kernel/cputable.c @@ -1766,7 +1766,7 @@ static struct cpu_spec __initdata cpu_specs[] = { .cpu_features = CPU_FTRS_E500MC, .cpu_user_features = COMMON_USER_BOOKE | PPC_FEATURE_HAS_FPU, .mmu_features = MMU_FTR_TYPE_FSL_E | MMU_FTR_BIG_PHYS | - MMU_FTR_USE_TLBILX | MMU_FTR_TLBILX_EARLY_OPCODE, + MMU_FTR_USE_TLBILX, .icache_bsize = 64, .dcache_bsize = 64, .num_pmcs = 4, |