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
nexedi
linux
Commits
f6b708c1
Commit
f6b708c1
authored
Apr 08, 2014
by
Richard Kuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hexagon: fix alignment of init_task in RW_DATA_SECTION
Signed-off-by:
Richard Kuo
<
rkuo@codeaurora.org
>
parent
cb84c2b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
arch/hexagon/kernel/vmlinux.lds.S
arch/hexagon/kernel/vmlinux.lds.S
+2
-2
No files found.
arch/hexagon/kernel/vmlinux.lds.S
View file @
f6b708c1
/*
/*
*
Linker
script
for
Hexagon
kernel
*
Linker
script
for
Hexagon
kernel
*
*
*
Copyright
(
c
)
2010
-
201
3
,
The
Linux
Foundation
.
All
rights
reserved
.
*
Copyright
(
c
)
2010
-
201
4
,
The
Linux
Foundation
.
All
rights
reserved
.
*
*
*
This
program
is
free
software
; you can redistribute it and/or modify
*
This
program
is
free
software
; you can redistribute it and/or modify
*
it
under
the
terms
of
the
GNU
General
Public
License
version
2
and
*
it
under
the
terms
of
the
GNU
General
Public
License
version
2
and
...
@@ -59,7 +59,7 @@ SECTIONS
...
@@ -59,7 +59,7 @@ SECTIONS
INIT_DATA_SECTION
(
PAGE_SIZE
)
INIT_DATA_SECTION
(
PAGE_SIZE
)
_sdata
=
.
;
_sdata
=
.
;
RW_DATA_SECTION
(32,
PAGE_SIZE
,
PAGE
_SIZE
)
RW_DATA_SECTION
(32,
PAGE_SIZE
,
_THREAD
_SIZE
)
RO_DATA_SECTION
(
PAGE_SIZE
)
RO_DATA_SECTION
(
PAGE_SIZE
)
_edata
=
.
;
_edata
=
.
;
...
...
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