diff options
| author | Tony Lindgren <tony@atomide.com> | 2018-08-28 12:58:03 -0400 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2018-08-28 12:58:03 -0400 |
| commit | ea4d65f14f6aaa53e379b93c5544245ef081b3e7 (patch) | |
| tree | a15485f4f1cf547a52b31fa8e16e14b9579b7200 /include/linux/init_task.h | |
| parent | ce32d59ee2cd036f6e8a6ed17a06a0b0bec5c67c (diff) | |
| parent | 496f3347d834aec91c38b45d6249ed00f58ad233 (diff) | |
Merge branch 'perm-fix' into omap-for-v4.19/fixes-v2
Diffstat (limited to 'include/linux/init_task.h')
| -rw-r--r-- | include/linux/init_task.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/init_task.h b/include/linux/init_task.h index a454b8aeb938..a7083a45a26c 100644 --- a/include/linux/init_task.h +++ b/include/linux/init_task.h | |||
| @@ -46,15 +46,6 @@ extern struct cred init_cred; | |||
| 46 | #define INIT_CPU_TIMERS(s) | 46 | #define INIT_CPU_TIMERS(s) |
| 47 | #endif | 47 | #endif |
| 48 | 48 | ||
| 49 | #define INIT_PID_LINK(type) \ | ||
| 50 | { \ | ||
| 51 | .node = { \ | ||
| 52 | .next = NULL, \ | ||
| 53 | .pprev = NULL, \ | ||
| 54 | }, \ | ||
| 55 | .pid = &init_struct_pid, \ | ||
| 56 | } | ||
| 57 | |||
| 58 | #define INIT_TASK_COMM "swapper" | 49 | #define INIT_TASK_COMM "swapper" |
| 59 | 50 | ||
| 60 | /* Attach to the init_task data structure for proper alignment */ | 51 | /* Attach to the init_task data structure for proper alignment */ |
