From 9dba37aad48b2a304999ab5f748ff25e6142d073 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 23 Jun 2009 19:59:36 -0400 Subject: [PATCH] --- yaml --- r: 154821 b: refs/heads/master c: 857eceebd2803c9a3459f784acf45e5266921e4d h: refs/heads/master i: 154819: 66a2b0f721f92c1212bcd08ecfc689cd2c952e8c v: v3 --- [refs] | 2 +- trunk/include/linux/init_task.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index b73cd3a91a1f..71619a9f41ba 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 39a449d96ac3db9b6d498b6ffbf4c763746d5e8b +refs/heads/master: 857eceebd2803c9a3459f784acf45e5266921e4d diff --git a/trunk/include/linux/init_task.h b/trunk/include/linux/init_task.h index 5368fbdc7801..7fc01b13be43 100644 --- a/trunk/include/linux/init_task.h +++ b/trunk/include/linux/init_task.h @@ -183,5 +183,8 @@ extern struct cred init_cred; LIST_HEAD_INIT(cpu_timers[2]), \ } +/* Attach to the init_task data structure for proper alignment */ +#define __init_task_data __attribute__((__section__(".data.init_task"))) + #endif