Commit 84e23f50 authored by Keith M. Wesolowski's avatar Keith M. Wesolowski

[SPARC]: Fix warning for changed section attributes

parent 6aaac55f
...@@ -22,6 +22,6 @@ EXPORT_SYMBOL(init_task); ...@@ -22,6 +22,6 @@ EXPORT_SYMBOL(init_task);
* in etrap.S which assumes it. * in etrap.S which assumes it.
*/ */
union thread_union init_thread_union union thread_union init_thread_union
__attribute__((section (".text"))) __attribute__((section (".text,#alloc")))
__attribute__((aligned (THREAD_SIZE))) __attribute__((aligned (THREAD_SIZE)))
= { INIT_THREAD_INFO(init_task) }; = { INIT_THREAD_INFO(init_task) };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment