diff options
Diffstat (limited to 'include/linux/init_task.h')
-rw-r--r-- | include/linux/init_task.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/init_task.h b/include/linux/init_task.h index 6049baa5b8bc..2c620d7ac432 100644 --- a/include/linux/init_task.h +++ b/include/linux/init_task.h | |||
@@ -36,17 +36,6 @@ extern struct cred init_cred; | |||
36 | #define INIT_PREV_CPUTIME(x) | 36 | #define INIT_PREV_CPUTIME(x) |
37 | #endif | 37 | #endif |
38 | 38 | ||
39 | #ifdef CONFIG_POSIX_TIMERS | ||
40 | #define INIT_CPU_TIMERS(s) \ | ||
41 | .cpu_timers = { \ | ||
42 | LIST_HEAD_INIT(s.cpu_timers[0]), \ | ||
43 | LIST_HEAD_INIT(s.cpu_timers[1]), \ | ||
44 | LIST_HEAD_INIT(s.cpu_timers[2]), \ | ||
45 | }, | ||
46 | #else | ||
47 | #define INIT_CPU_TIMERS(s) | ||
48 | #endif | ||
49 | |||
50 | #define INIT_TASK_COMM "swapper" | 39 | #define INIT_TASK_COMM "swapper" |
51 | 40 | ||
52 | /* Attach to the init_task data structure for proper alignment */ | 41 | /* Attach to the init_task data structure for proper alignment */ |