Title: [3949] trunk/arch/blackfin/mach-common/dpmc.S: Fix bug[#3718] should be 4 instead of 5.
Revision
3949
Author
sonicz
Date
2007-11-28 02:37:09 -0600 (Wed, 28 Nov 2007)

Log Message

Fix bug[#3718] should be 4 instead of 5.

Diffstat

 dpmc.S |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Modified Paths

Diff

Modified: trunk/arch/blackfin/mach-common/dpmc.S (3948 => 3949)


--- trunk/arch/blackfin/mach-common/dpmc.S	2007-11-28 02:29:19 UTC (rev 3948)
+++ trunk/arch/blackfin/mach-common/dpmc.S	2007-11-28 08:37:09 UTC (rev 3949)
@@ -392,7 +392,7 @@
 #if defined(CONFIG_BF54x)
 .LSRR_MODE:
 	R2 = [P0];
-	CC = BITTST(R3, 5);
+	CC = BITTST(R3, 4);
 	if !CC JUMP .LSRR_MODE;
 #endif
 	RTS;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to