Merge branch 'fix/hda' into for-linus
[pandora-kernel.git] / include / linux / init_task.h
index 5368fbd..7fc01b1 100644 (file)
@@ -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