patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / arch / sparc / kernel / init_task.c
index 0b29e5f..76f5364 100644 (file)
@@ -22,6 +22,6 @@ EXPORT_SYMBOL(init_task);
  * in etrap.S which assumes it.
  */
 union thread_union init_thread_union
-       __attribute__((section (".text")))
+       __attribute__((section (".text,#alloc")))
        __attribute__((aligned (THREAD_SIZE)))
        = { INIT_THREAD_INFO(init_task) };