]> Pileus Git - ~andy/linux/blobdiff - arch/arm/kernel/init_task.c
Merge branch 'at91-fixes-for-linus' of git://github.com/at91linux/linux-2.6-at91
[~andy/linux] / arch / arm / kernel / init_task.c
index 3f470866bb89ebe4f903db8dfb389313505df502..e7cbb50dc35678ec191bcc026a02e8e8036af612 100644 (file)
@@ -24,9 +24,8 @@ static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand);
  *
  * The things we do for performance..
  */
-union thread_union init_thread_union
-       __attribute__((__section__(".data.init_task"))) =
-               { INIT_THREAD_INFO(init_task) };
+union thread_union init_thread_union __init_task_data =
+       { INIT_THREAD_INFO(init_task) };
 
 /*
  * Initial task structure.