projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6feda3a
)
Blackfin: fix the section name of init_thread_union
author
Barry Song
<barry.song@analog.com>
Tue, 5 Jan 2010 07:16:32 +0000
(07:16 +0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Tue, 9 Mar 2010 05:30:48 +0000
(
00:30
-0500)
Use the common attribute rather than setting the section name directly.
The common linker script defines expect the newer naming.
Signed-off-by: Barry Song <barry.song@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/kernel/init_task.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/blackfin/kernel/init_task.c
b/arch/blackfin/kernel/init_task.c
index 118c5b9dedacf9fdbb9ed719dffa4c430a4af2f9..d3970e8acd1a20bc541689ec8914330030118c22 100644
(file)
--- a/
arch/blackfin/kernel/init_task.c
+++ b/
arch/blackfin/kernel/init_task.c
@@
-28,5
+28,5
@@
EXPORT_SYMBOL(init_task);
* "init_task" linker map entry.
*/
union thread_union init_thread_union
- __
attribute__ ((__section__(".init_task.data")))
= {
+ __
init_task_data
= {
INIT_THREAD_INFO(init_task)};