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