Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
Linux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
E-EXK4 - Operating System Group
projects
Linux
Commits
d86a8123
Commit
d86a8123
authored
16 years ago
by
Ralf Baechle
Browse files
Options
Downloads
Patches
Plain Diff
MIPS: IP checksums: Remove unncessary folding of sum to 16 bit.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
384740dc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/mips/lib/csum_partial.S
+0
-10
0 additions, 10 deletions
arch/mips/lib/csum_partial.S
with
0 additions
and
10 deletions
arch/mips/lib/csum_partial.S
+
0
−
10
View file @
d86a8123
...
@@ -276,11 +276,6 @@ LEAF(csum_partial)
...
@@ -276,11 +276,6 @@ LEAF(csum_partial)
dsra32
sum
,
sum
,
0
dsra32
sum
,
sum
,
0
addu
sum
,
v1
addu
sum
,
v1
#endif
#endif
sll
v1
,
sum
,
16
addu
sum
,
v1
sltu
v1
,
sum
,
v1
srl
sum
,
sum
,
16
addu
sum
,
v1
/
*
odd
buffer
alignment
?
*/
/
*
odd
buffer
alignment
?
*/
beqz
t7
,
1
f
beqz
t7
,
1
f
...
@@ -678,11 +673,6 @@ EXC( sb t0, NBYTES-2(dst), .Ls_exc)
...
@@ -678,11 +673,6 @@ EXC( sb t0, NBYTES-2(dst), .Ls_exc)
dsra32
sum
,
sum
,
0
dsra32
sum
,
sum
,
0
addu
sum
,
v1
addu
sum
,
v1
#endif
#endif
sll
v1
,
sum
,
16
addu
sum
,
v1
sltu
v1
,
sum
,
v1
srl
sum
,
sum
,
16
addu
sum
,
v1
/
*
odd
buffer
alignment
?
*/
/
*
odd
buffer
alignment
?
*/
beqz
odd
,
1
f
beqz
odd
,
1
f
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment