Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
linux
Commits
292d9faf
Commit
292d9faf
authored
22 years ago
by
Arnaldo Carvalho de Melo
Browse files
Options
Download
Email Patches
Plain Diff
o sparc: add missing __{start,stop}___param to vmlinux.lds.S
Rusty missed this one.
parent
58acbf38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
arch/sparc/vmlinux.lds.S
arch/sparc/vmlinux.lds.S
+3
-0
No files found.
arch/sparc/vmlinux.lds.S
View file @
292d9faf
...
...
@@ -48,6 +48,9 @@ SECTIONS
__setup_start
=
.
;
.
init.setup
:
{
*(
.
init
.
setup
)
}
__setup_end
=
.
;
__start___param
=
.
;
__param
:
{
*(
__param
)
}
__stop___param
=
.
;
__initcall_start
=
.
;
.
initcall.init
:
{
*(.
initcall1.init
)
...
...
This diff is collapsed.
Click to expand it.
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