From 412a09d9b663dfd985ede4794c9c06eed0e5eaf7 Mon Sep 17 00:00:00 2001 From: Chen Liqin Date: Sun, 30 Aug 2009 12:36:41 +0800 Subject: [PATCH] --- yaml --- r: 163611 b: refs/heads/master c: 125ec616f4f06565914123614e7287e9a490f2d9 h: refs/heads/master i: 163609: e8ce33ba67ec1cc84d357069b20b59712a5506ed 163607: 5084272c634fdaafa5eba5746b6ef0214710d91a v: v3 --- [refs] | 2 +- trunk/arch/score/kernel/init_task.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 25ebe3807f0e..fa67e1c4dcea 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 798983b2d5f9985655ca22a7a8c504b821e3f4e0 +refs/heads/master: 125ec616f4f06565914123614e7287e9a490f2d9 diff --git a/trunk/arch/score/kernel/init_task.c b/trunk/arch/score/kernel/init_task.c index 54d9552afd6a..ff952f6c63fd 100644 --- a/trunk/arch/score/kernel/init_task.c +++ b/trunk/arch/score/kernel/init_task.c @@ -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) }; /*