Title: [8985] trunk/arch/blackfin/kernel/reboot.c: Bug [#5476] [#5477] revert reset workaround since the bugs can't be repeated now
- Revision
- 8985
- Author
- bhsong
- Date
- 2010-07-12 23:29:30 -0400 (Mon, 12 Jul 2010)
Log Message
Bug [#5476] [#5477] revert reset workaround since the bugs can't be repeated now
check whether regression tests will repeat them.
Modified Paths
Diff
Modified: trunk/arch/blackfin/kernel/reboot.c (8984 => 8985)
--- trunk/arch/blackfin/kernel/reboot.c 2010-07-12 07:49:58 UTC (rev 8984)
+++ trunk/arch/blackfin/kernel/reboot.c 2010-07-13 03:29:30 UTC (rev 8985)
@@ -34,11 +34,7 @@
* automatically perform a software reset for us when
* it starts executing after the core reset.
*/
- /* force to execute this workaround since some chips can't
- * reset normally even though their anomaly lists don't
- * include ANOMALY_05000353 and ANOMALY_05000386.
- */
- if (!((bfin_cpuid() == 0x27e4) && (bfin_revid() > 0))) {
+ if (ANOMALY_05000353 || ANOMALY_05000386) {
/* Initiate System software reset. */
bfin_write_SWRST(0x7);
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits