Title: [6459] trunk/arch/blackfin/kernel/reboot.c: drop temporary reboot workaround
Revision
6459
Author
vapier
Date
2009-05-24 01:08:12 -0500 (Sun, 24 May 2009)

Log Message

drop temporary reboot workaround

Modified Paths


Diff

Modified: trunk/arch/blackfin/kernel/reboot.c (6458 => 6459)


--- trunk/arch/blackfin/kernel/reboot.c	2009-05-24 05:10:34 UTC (rev 6458)
+++ trunk/arch/blackfin/kernel/reboot.c	2009-05-24 06:08:12 UTC (rev 6459)
@@ -34,10 +34,7 @@
 	 * automatically perform a software reset for us when
 	 * it starts executing after the core reset.
 	 */
-/*	Temperary work around for Vivi to run testing before branch.
-	Should rollback on SVN trunk after 2009R1 branch.
-
-	if (ANOMALY_05000353 || ANOMALY_05000386) {*/
+	if (ANOMALY_05000353 || ANOMALY_05000386) {
 		/* Initiate System software reset. */
 		bfin_write_SWRST(0x7);
 
@@ -72,7 +69,7 @@
 			: "a" (15 * 1)
 			: "LC1", "LB1", "LT1"
 		);
-/*	}*/
+	}
 
 	while (1)
 		/* Issue core reset */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to