Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
f1fbabb3
Commit
f1fbabb3
authored
Feb 06, 2008
by
Sam Ravnborg
Committed by
Ingo Molnar
Feb 06, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86: fix 64-bit sections
fix 64-bit section warnings. Signed-off-by:
Ingo Molnar
<
mingo@elte.hu
>
parent
9f9975a5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
10 deletions
+5
-10
arch/x86/kernel/head_64.S
arch/x86/kernel/head_64.S
+5
-10
No files found.
arch/x86/kernel/head_64.S
View file @
f1fbabb3
...
@@ -250,18 +250,13 @@ ENTRY(secondary_startup_64)
...
@@ -250,18 +250,13 @@ ENTRY(secondary_startup_64)
lretq
lretq
/
*
SMP
bootup
changes
these
two
*/
/
*
SMP
bootup
changes
these
two
*/
#ifndef CONFIG_HOTPLUG_CPU
__CPUINITDATA
.
pushsection
.
init
.
data
#endif
.
align
8
.
align
8
.
globl
initial_code
ENTRY
(
initial_code
)
initial_code
:
.
quad
x86_64_start_kernel
.
quad
x86_64_start_kernel
#ifndef CONFIG_HOTPLUG_CPU
__FINITDATA
.
popsection
#endif
ENTRY
(
init_rsp
)
.
globl
init_rsp
init_rsp
:
.
quad
init_thread_union
+
THREAD_SIZE
-
8
.
quad
init_thread_union
+
THREAD_SIZE
-
8
bad_address
:
bad_address
:
...
...
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