Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112284
b: refs/heads/master
c: 22acc4e
h: refs/heads/master
v: v3
  • Loading branch information
Catalin Marinas authored and Russell King committed Sep 1, 2008
1 parent 5a95ce8 commit 64beb16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4e6a0c397f40c9d98062aaaac66cab684f0b9186
refs/heads/master: 22acc4e65043d436bc286e6059960fa533e37356
6 changes: 2 additions & 4 deletions trunk/arch/arm/lib/csumpartialcopy.S
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@
*/

.macro save_regs
mov ip, sp
stmfd sp!, {r1, r4 - r8, fp, ip, lr, pc}
sub fp, ip, #4
stmfd sp!, {r1, r4 - r8, lr}
.endm

.macro load_regs
ldmfd sp, {r1, r4 - r8, fp, sp, pc}
ldmfd sp!, {r1, r4 - r8, pc}
.endm

.macro load1b, reg1
Expand Down
6 changes: 2 additions & 4 deletions trunk/arch/arm/lib/csumpartialcopyuser.S
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@
.text

.macro save_regs
mov ip, sp
stmfd sp!, {r1 - r2, r4 - r8, fp, ip, lr, pc}
sub fp, ip, #4
stmfd sp!, {r1, r2, r4 - r8, lr}
.endm

.macro load_regs
ldmfd sp, {r1, r2, r4-r8, fp, sp, pc}
ldmfd sp!, {r1, r2, r4 - r8, pc}
.endm

.macro load1b, reg1
Expand Down

0 comments on commit 64beb16

Please sign in to comment.