Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111126
b: refs/heads/master
c: d86a812
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Oct 11, 2008
1 parent d7258ca commit 1a0a3fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: 384740dc49ea651ba350704d13ff6be9976e37fe
refs/heads/master: d86a8123b11a9a40d850f6e88b89c948c2477da3
10 changes: 0 additions & 10 deletions trunk/arch/mips/lib/csum_partial.S
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,6 @@ LEAF(csum_partial)
dsra32 sum, sum, 0
addu sum, v1
#endif
sll v1, sum, 16
addu sum, v1
sltu v1, sum, v1
srl sum, sum, 16
addu sum, v1

/* odd buffer alignment? */
beqz t7, 1f
Expand Down Expand Up @@ -678,11 +673,6 @@ EXC( sb t0, NBYTES-2(dst), .Ls_exc)
dsra32 sum, sum, 0
addu sum, v1
#endif
sll v1, sum, 16
addu sum, v1
sltu v1, sum, v1
srl sum, sum, 16
addu sum, v1

/* odd buffer alignment? */
beqz odd, 1f
Expand Down

0 comments on commit 1a0a3fa

Please sign in to comment.