aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68knommu
diff options
context:
space:
mode:
authorTim Abbott <tabbott@ksplice.com>2009-10-18 13:23:52 -0400
committerGreg Ungerer <gerg@goober.(none)>2009-12-03 20:45:31 -0500
commit84bd75715509c862eb9f536c4181dfa2b6d408dc (patch)
tree278630ba82a42fb41c76bf4c0405f34a41ebf3b8 /arch/m68knommu
parent49612a5fa574227db9eb14b0dd4befcf4e273a73 (diff)
m68knommu: Use more macros inside the .init section.
Signed-off-by: Tim Abbott <tabbott@ksplice.com> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r--arch/m68knommu/kernel/vmlinux.lds.S24
1 files changed, 5 insertions, 19 deletions
diff --git a/arch/m68knommu/kernel/vmlinux.lds.S b/arch/m68knommu/kernel/vmlinux.lds.S
index d6c814e4055b..f20de3a6c687 100644
--- a/arch/m68knommu/kernel/vmlinux.lds.S
+++ b/arch/m68knommu/kernel/vmlinux.lds.S
@@ -161,25 +161,11 @@ SECTIONS {
161 INIT_TEXT 161 INIT_TEXT
162 _einittext = .; 162 _einittext = .;
163 INIT_DATA 163 INIT_DATA
164 . = ALIGN(16); 164 INIT_SETUP(16)
165 __setup_start = .; 165 INIT_CALLS
166 *(.init.setup) 166 CON_INITCALL
167 __setup_end = .; 167 SECURITY_INITCALL
168 __initcall_start = .; 168 INIT_RAM_FS
169 INITCALLS
170 __initcall_end = .;
171 __con_initcall_start = .;
172 *(.con_initcall.init)
173 __con_initcall_end = .;
174 __security_initcall_start = .;
175 *(.security_initcall.init)
176 __security_initcall_end = .;
177#ifdef CONFIG_BLK_DEV_INITRD
178 . = ALIGN(4);
179 __initramfs_start = .;
180 *(.init.ramfs)
181 __initramfs_end = .;
182#endif
183 . = ALIGN(PAGE_SIZE); 169 . = ALIGN(PAGE_SIZE);
184 __init_end = .; 170 __init_end = .;
185 } > INIT 171 } > INIT