diff options
author | Paul Mackerras <paulus@samba.org> | 2006-06-28 08:10:53 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-06-28 08:10:53 +0200 |
commit | 489244498ec99c949ecbd7105299066cff283dcd (patch) | |
tree | 003b5637cb8998ca0ab524e436c1a5eff25a9a1c /arch/powerpc/kernel | |
parent | [POWERPC] Make sure we select CONFIG_NEW_LEDS if ADB_PMU_LED is set (diff) | |
parent | powerpc: minor cleanups for mpc86xx (diff) | |
download | linux-489244498ec99c949ecbd7105299066cff283dcd.tar.xz linux-489244498ec99c949ecbd7105299066cff283dcd.zip |
Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r-- | arch/powerpc/kernel/cputable.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c index 1c114880dc05..abf7d42a8b07 100644 --- a/arch/powerpc/kernel/cputable.c +++ b/arch/powerpc/kernel/cputable.c @@ -722,18 +722,6 @@ struct cpu_spec cpu_specs[] = { .oprofile_type = PPC_OPROFILE_G4, .platform = "ppc7450", }, - { /* 8641 */ - .pvr_mask = 0xffffffff, - .pvr_value = 0x80040010, - .cpu_name = "8641", - .cpu_features = CPU_FTRS_7447A, - .cpu_user_features = COMMON_USER | PPC_FEATURE_HAS_ALTIVEC_COMP, - .icache_bsize = 32, - .dcache_bsize = 32, - .num_pmcs = 6, - .cpu_setup = __setup_cpu_745x - }, - { /* 82xx (8240, 8245, 8260 are all 603e cores) */ .pvr_mask = 0x7fff0000, .pvr_value = 0x00810000, |