Title: [3929] trunk/arch/blackfin/mach-common/entry.S: [#2424] Don' t use fixed numbers to describe offsets - no functional changes
Revision
3929
Author
rgetz
Date
2007-11-23 13:25:47 -0600 (Fri, 23 Nov 2007)

Log Message

[#2424] Don't use fixed numbers to describe offsets - no functional changes

Diffstat

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

Modified Paths

Diff

Modified: trunk/arch/blackfin/mach-common/entry.S (3928 => 3929)


--- trunk/arch/blackfin/mach-common/entry.S	2007-11-23 18:33:57 UTC (rev 3928)
+++ trunk/arch/blackfin/mach-common/entry.S	2007-11-23 19:25:47 UTC (rev 3929)
@@ -329,7 +329,7 @@
 	R7 = R7 + R6;
 	P5 = R7;
 	R1 = [P5];
-	[SP + 8] = r1;
+	[SP + PT_SEQSTAT] = r1;
 
 	r0 = sp; 	/* stack frame pt_regs pointer argument ==> r0 */
 	SP += -12;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to