summaryrefslogtreecommitdiffstats
path: root/arch/h8300
diff options
context:
space:
mode:
authorJoe Perches2009-09-21 00:14:13 +0200
committerSam Ravnborg2009-09-21 06:27:08 +0200
commitd200c922bc2b1ac88b8d33b6cfff2ed837af186a (patch)
treebe5c04605d900380c935de58915787083667a8a2 /arch/h8300
parentkbuild: Don't define ALIGN and ENTRY when preprocessing linker scripts. (diff)
downloadkernel-qcow2-linux-d200c922bc2b1ac88b8d33b6cfff2ed837af186a.tar.gz
kernel-qcow2-linux-d200c922bc2b1ac88b8d33b6cfff2ed837af186a.tar.xz
kernel-qcow2-linux-d200c922bc2b1ac88b8d33b6cfff2ed837af186a.zip
Use new __init_task_data macro in arch init_task.c files.
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Tim Abbott <tabbott@ksplice.com> Acked-by: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'arch/h8300')
-rw-r--r--arch/h8300/kernel/init_task.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/h8300/kernel/init_task.c b/arch/h8300/kernel/init_task.c
index 089c65ed6eb3..54c1062ee80e 100644
--- a/arch/h8300/kernel/init_task.c
+++ b/arch/h8300/kernel/init_task.c
@@ -31,7 +31,6 @@ EXPORT_SYMBOL(init_task);
* way process stacks are handled. This is done by having a special
* "init_task" linker map entry..
*/
-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) };