Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
cf7ce7a1
Commit
cf7ce7a1
authored
Dec 19, 2002
by
Anton Blanchard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ppc64: Fix for memcpy from paulus.
parent
e22aa6d3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/ppc64/lib/memcpy.S
arch/ppc64/lib/memcpy.S
+1
-1
No files found.
arch/ppc64/lib/memcpy.S
View file @
cf7ce7a1
...
@@ -121,7 +121,7 @@ _GLOBAL(memcpy)
...
@@ -121,7 +121,7 @@ _GLOBAL(memcpy)
cmpwi
cr1
,
r5
,
8
cmpwi
cr1
,
r5
,
8
addi
r3
,
r3
,
32
addi
r3
,
r3
,
32
sld
r9
,
r9
,
r10
sld
r9
,
r9
,
r10
bl
t
cr1
,
.
Ldo_tail
bl
e
cr1
,
.
Ldo_tail
ld
r0
,
8
(
r4
)
ld
r0
,
8
(
r4
)
srd
r7
,
r0
,
r11
srd
r7
,
r0
,
r11
or
r9
,
r7
,
r9
or
r9
,
r7
,
r9
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment