Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8916a149 authored by Barry Song's avatar Barry Song Committed by Mike Frysinger
Browse files

Blackfin: fix the section name of init_thread_union



Use the common attribute rather than setting the section name directly.
The common linker script defines expect the newer naming.

Signed-off-by: default avatarBarry Song <barry.song@analog.com>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 6feda3a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)};