Title: [3950] trunk/arch/blackfin/mach-common/dpmc.S: Fix bug[#3718]
Should be R2 instead of R3.
- Revision
- 3950
- Author
- sonicz
- Date
- 2007-11-28 02:45:44 -0600 (Wed, 28 Nov 2007)
Log Message
Fix bug[#3718] Should be R2 instead of R3.
Diffstat
dpmc.S | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Modified Paths
Diff
Modified: trunk/arch/blackfin/mach-common/dpmc.S (3949 => 3950)
--- trunk/arch/blackfin/mach-common/dpmc.S 2007-11-28 08:37:09 UTC (rev 3949)
+++ trunk/arch/blackfin/mach-common/dpmc.S 2007-11-28 08:45:44 UTC (rev 3950)
@@ -392,7 +392,7 @@
#if defined(CONFIG_BF54x)
.LSRR_MODE:
R2 = [P0];
- CC = BITTST(R3, 4);
+ CC = BITTST(R2, 4);
if !CC JUMP .LSRR_MODE;
#endif
RTS;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits