Skip to content

Commit

Permalink
score: make init_thread_union align to THREAD_SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Liqin committed Aug 30, 2009
1 parent 798983b commit 125ec61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/score/kernel/init_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) };

/*
Expand Down

0 comments on commit 125ec61

Please sign in to comment.