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
20ab1462
Commit
20ab1462
authored
Mar 01, 2004
by
Tom Rini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PPC32: Fix an old thinko in arch/ppc/boot/simple/relocate.S
parent
9deca137
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
arch/ppc/boot/simple/relocate.S
arch/ppc/boot/simple/relocate.S
+2
-2
No files found.
arch/ppc/boot/simple/relocate.S
View file @
20ab1462
...
...
@@ -101,8 +101,8 @@ relocate:
GETSYM
(
r4
,
__relocate_start
)
GETSYM
(
r5
,
do_relocate
)
sub
r4
,
r5
,
r4
/*
Get
entry
point
for
do_relocate
in
add
r6
,
r6
,
r4
*
relocated
section
*/
sub
r4
,
r5
,
r4
/*
Get
entry
point
for
do_relocate
in
*/
add
r6
,
r6
,
r4
/
*
relocated
section
*/
/
*
This
will
return
to
the
relocated
do_relocate
*/
mtlr
r6
...
...
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