vserver 1.9.3
[linux-2.6.git] / arch / sparc / kernel / init_task.c
index af81a99..fc31de6 100644 (file)
@@ -23,6 +23,6 @@ EXPORT_SYMBOL(init_task);
  * in etrap.S which assumes it.
  */
 union thread_union init_thread_union
-       __attribute__((section (".text,#alloc")))
+       __attribute__((section (".text\"\n\t#")))
        __attribute__((aligned (THREAD_SIZE)))
        = { INIT_THREAD_INFO(init_task) };