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:
a90a44e
)
m68knommu: Move __init_end out of the .init section.
author
Tim Abbott
<tabbott@ksplice.com>
Sun, 18 Oct 2009 17:23:54 +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 19468d0a1f89fc814bd0d00c0b8f491ff36a39ea..884924982dd92f4f077f8b02f938ec1d56333178 100644
(file)
--- a/
arch/m68knommu/kernel/vmlinux.lds.S
+++ b/
arch/m68knommu/kernel/vmlinux.lds.S
@@
-168,6
+168,8
@@
SECTIONS {
CON_INITCALL
SECURITY_INITCALL
INIT_RAM_FS
+ } > INIT
+ .init : {
. = ALIGN(PAGE_SIZE);
__init_end = .;
} > INIT