aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin
diff options
context:
space:
mode:
authorRobin Getz <robin.getz@analog.com>2009-07-06 10:29:08 -0400
committerMike Frysinger <vapier@gentoo.org>2009-07-16 01:52:34 -0400
commit3a920accbb5f88d753ab5a6a47d0dd48b6269f84 (patch)
treee7749c4676420eb4b999bd87e7a362ecd2c3c07c /arch/blackfin
parentebd5833327e3fb46eb55553d8f5432b5226bf897 (diff)
Blackfin: drop duplicate runtime checking of anomaly 05000448
We already catch this anomaly at compile time, and the runtime version is such that it ends up checking on all parts rather than just the ones that might actually have it. Signed-off-by: Robin Getz <robin.getz@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin')
-rw-r--r--arch/blackfin/kernel/setup.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/blackfin/kernel/setup.c b/arch/blackfin/kernel/setup.c
index e4d2da7c1c9d..98c2f79afda3 100644
--- a/arch/blackfin/kernel/setup.c
+++ b/arch/blackfin/kernel/setup.c
@@ -937,10 +937,6 @@ void __init setup_arch(char **cmdline_p)
937 CPU, bfin_revid()); 937 CPU, bfin_revid());
938 } 938 }
939 939
940 /* We can't run on BF548-0.1 due to ANOMALY 05000448 */
941 if (bfin_cpuid() == 0x27de && bfin_revid() == 1)
942 panic("You can't run on this processor due to 05000448");
943
944 printk(KERN_INFO "Blackfin Linux support by http://blackfin.uclinux.org/\n"); 940 printk(KERN_INFO "Blackfin Linux support by http://blackfin.uclinux.org/\n");
945 941
946 printk(KERN_INFO "Processor Speed: %lu MHz core clock and %lu MHz System Clock\n", 942 printk(KERN_INFO "Processor Speed: %lu MHz core clock and %lu MHz System Clock\n",