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

Commit 125ec616 authored by Chen Liqin's avatar Chen Liqin
Browse files

score: make init_thread_union align to THREAD_SIZE

parent 798983b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand);
 * "init_task" linker map entry..
 */
union thread_union init_thread_union
	__attribute__((__section__(".data.init_task"))) =
	__attribute__((__section__(".data.init_task"), __aligned__(THREAD_SIZE))) =
		{ INIT_THREAD_INFO(init_task) };

/*