diff options
Diffstat (limited to 'include/linux/init_task.h')
-rw-r--r-- | include/linux/init_task.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/init_task.h b/include/linux/init_task.h index abec69b63d7e..f00253b3fc47 100644 --- a/include/linux/init_task.h +++ b/include/linux/init_task.h | |||
@@ -191,7 +191,7 @@ extern struct cred init_cred; | |||
191 | } | 191 | } |
192 | 192 | ||
193 | /* Attach to the init_task data structure for proper alignment */ | 193 | /* Attach to the init_task data structure for proper alignment */ |
194 | #define __init_task_data __attribute__((__section__(".data.init_task"))) | 194 | #define __init_task_data __attribute__((__section__(".data..init_task"))) |
195 | 195 | ||
196 | 196 | ||
197 | #endif | 197 | #endif |