x86: enable dyn_array support
[deliverable/linux.git] / arch / x86 / kernel / vmlinux_64.lds.S
index 201e81a91a95371deeb0dc50269febc0a2714133..30973dbac8c2cecc56375e7b30809e54a6a8fdbd 100644 (file)
@@ -172,9 +172,12 @@ SECTIONS
   .x86_cpu_dev.init : AT(ADDR(.x86_cpu_dev.init) - LOAD_OFFSET) {
        *(.x86_cpu_dev.init)
   }
-  SECURITY_INIT
   __x86_cpu_dev_end = .;
 
+  DYN_ARRAY_INIT(8)
+
+  SECURITY_INIT
+
   . = ALIGN(8);
   .parainstructions : AT(ADDR(.parainstructions) - LOAD_OFFSET) {
   __parainstructions = .;
This page took 0.028198 seconds and 5 git commands to generate.