Skip to content

Commit

Permalink
[Blackfin] arch: do not use fixed numbers to describe offsets - no fu…
Browse files Browse the repository at this point in the history
…nctional changes

Signed-off-by: Robin Getz <robin.getz@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
  • Loading branch information
Robin Getz authored and Bryan Wu committed Dec 21, 2007
1 parent 0626d79 commit 6f3ed70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/mach-common/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ ENTRY(_exception_to_level5)
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;
Expand Down

0 comments on commit 6f3ed70

Please sign in to comment.