diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2006-12-08 02:44:40 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-12-08 02:44:40 -0600 |
commit | 5f95bd481e66ced8f316db39f202da955c5db6d6 (patch) | |
tree | 05a47ea6a3ad0d7650bcc77500dbab0a1af4ad8c /arch/powerpc/kernel/cputable.c | |
parent | 39043a5b3d0b1b92b20209b6d401fb70c17177b4 (diff) | |
parent | aa42c69c67f82e88f0726258efe7306708e1cf14 (diff) |
Merge branch '83xx' into for_paulus
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 9d1614c3ce6..11bfbaf655b 100644 --- a/arch/powerpc/kernel/cputable.c +++ b/arch/powerpc/kernel/cputable.c @@ -833,7 +833,7 @@ static struct cpu_spec cpu_specs[] = { .pvr_mask = 0x7fff0000, .pvr_value = 0x00840000, .cpu_name = "e300c2", - .cpu_features = CPU_FTRS_E300, + .cpu_features = CPU_FTRS_E300C2, .cpu_user_features = PPC_FEATURE_32 | PPC_FEATURE_HAS_MMU, .icache_bsize = 32, .dcache_bsize = 32, |