projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84bd757
)
m68knommu: Move __init_begin out of the .init section.
author
Tim Abbott
<tabbott@ksplice.com>
Sun, 18 Oct 2009 17:23:53 +0000
(13:23 -0400)
committer
Greg Ungerer
<gerg@goober.(none)>
Fri, 4 Dec 2009 01:45:32 +0000
(11:45 +1000)
Signed-off-by: Tim Abbott <tabbott@ksplice.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68knommu/kernel/vmlinux.lds.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/m68knommu/kernel/vmlinux.lds.S
b/arch/m68knommu/kernel/vmlinux.lds.S
index f20de3a6c687dc528db5c99275011601f05139ef..19468d0a1f89fc814bd0d00c0b8f491ff36a39ea 100644
(file)
--- a/
arch/m68knommu/kernel/vmlinux.lds.S
+++ b/
arch/m68knommu/kernel/vmlinux.lds.S
@@
-157,6
+157,8
@@
SECTIONS {
.init : {
. = ALIGN(PAGE_SIZE);
__init_begin = .;
+ } > INIT
+ .init : {
_sinittext = .;
INIT_TEXT
_einittext = .;