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
b490ff42
Commit
b490ff42
authored
Jul 11, 2005
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Temporary hack for Qemu and MIPSsim until they get a proper ELF loader.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
c0ec406c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
arch/mips/kernel/head.S
arch/mips/kernel/head.S
+12
-0
No files found.
arch/mips/kernel/head.S
View file @
b490ff42
...
...
@@ -131,6 +131,14 @@
EXPORT
(
stext
)
#
used
for
profiling
EXPORT
(
_stext
)
#ifdef CONFIG_QEMU
/
*
*
Give
us
a
fighting
chance
of
running
if
execution
beings
at
the
*
kernel
load
address
.
This
is
needed
because
this
platform
does
*
not
have
a
ELF
loader
yet
.
*/
j
kernel_entry
#endif
__INIT
NESTED
(
kernel_entry
,
16,
sp
)
#
kernel
entry
point
...
...
@@ -166,6 +174,10 @@ NESTED(kernel_entry, 16, sp) # kernel entry point
j
start_kernel
END
(
kernel_entry
)
#ifdef CONFIG_QEMU
__INIT
#endif
#ifdef CONFIG_SMP
/*
*
SMP
slave
cpus
entry
point
.
Board
specific
code
for
bootstrap
calls
this
...
...
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