Title: [6926] trunk/arch/blackfin/kernel/setup.c: Don't be so upset about an anomaly - it already causes build errors in
Revision
6926
Author
rgetz
Date
2009-07-06 09:29:08 -0500 (Mon, 06 Jul 2009)

Log Message

Don't be so upset about an anomaly - it already causes build errors in
check_arch

Modified Paths

Diff

Modified: trunk/arch/blackfin/kernel/setup.c (6925 => 6926)


--- trunk/arch/blackfin/kernel/setup.c	2009-07-06 02:57:32 UTC (rev 6925)
+++ trunk/arch/blackfin/kernel/setup.c	2009-07-06 14:29:08 UTC (rev 6926)
@@ -940,10 +940,6 @@
 			       CPU, bfin_revid());
 	}
 
-	/* We can't run on BF548-0.1 due to ANOMALY 05000448 */
-	if (bfin_cpuid() == 0x27de && bfin_revid() == 1)
-		panic("You can't run on this processor due to 05000448");
-
 	printk(KERN_INFO "Blackfin Linux support by http://blackfin.uclinux.org/\n");
 
 	printk(KERN_INFO "Processor Speed: %lu MHz core clock and %lu MHz System Clock\n",
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to