Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163611
b: refs/heads/master
c: 125ec61
h: refs/heads/master
i:
  163609: e8ce33b
  163607: 5084272
v: v3
  • Loading branch information
Chen Liqin committed Aug 30, 2009
1 parent de50f9e commit 412a09d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 798983b2d5f9985655ca22a7a8c504b821e3f4e0
refs/heads/master: 125ec616f4f06565914123614e7287e9a490f2d9
2 changes: 1 addition & 1 deletion trunk/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 412a09d

Please sign in to comment.