commit | 6da55c3e8da88e8a7cb6452160776ad6706798ad | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yhlu.kernel@gmail.com> | Tue Aug 19 20:49:46 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Oct 16 16:52:04 2008 +0200 |
tree | f72d4f245ac1af7d28faf9d27ef514cbb224ca19 | |
parent | 1f8ff037a871690c762d267d8a052529d3102fc9 [diff] [blame] |
x86: enable dyn_array support Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/arch/x86/kernel/vmlinux_64.lds.S b/arch/x86/kernel/vmlinux_64.lds.S index 46e0544..30973db 100644 --- a/arch/x86/kernel/vmlinux_64.lds.S +++ b/arch/x86/kernel/vmlinux_64.lds.S
@@ -173,6 +173,9 @@ *(.x86_cpu_dev.init) } __x86_cpu_dev_end = .; + + DYN_ARRAY_INIT(8) + SECURITY_INIT . = ALIGN(8);