Pull percpu-dtc into release branch
[sfrench/cifs-2.6.git] / arch / ia64 / kernel / vmlinux.lds.S
index 25dd55e4db2482985e86563599be0f05ec74058b..69238264211876fe1f0d506f4cd0cf9c4a5b20a2 100644 (file)
@@ -78,6 +78,13 @@ SECTIONS
          __stop___mca_table = .;
        }
 
          __stop___mca_table = .;
        }
 
+  .data.patch.phys_stack_reg : AT(ADDR(.data.patch.phys_stack_reg) - LOAD_OFFSET)
+       {
+         __start___phys_stack_reg_patchlist = .;
+         *(.data.patch.phys_stack_reg)
+         __end___phys_stack_reg_patchlist = .;
+       }
+
   /* Global data */
   _data = .;
 
   /* Global data */
   _data = .;