diff options
author | David Howells <dhowells@redhat.com> | 2018-01-02 18:12:01 +0300 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2018-01-17 14:30:16 +0300 |
commit | e1e871aff3ded26348c631b1370e257d401cd22d (patch) | |
tree | 8472a601e7318517c58e97787c390493839f9a26 /include/linux/init_task.h | |
parent | 3678e2fcc293cf2ff1fe961838734a70c185de8a (diff) | |
download | linux-e1e871aff3ded26348c631b1370e257d401cd22d.tar.xz |
Expand INIT_STRUCT_PID and remove
Expand INIT_STRUCT_PID in the single place that uses it and then remove it.
There doesn't seem any point in the macro.
Signed-off-by: David Howells <dhowells@redhat.com>
Tested-by: Tony Luck <tony.luck@intel.com>
Tested-by: Will Deacon <will.deacon@arm.com> (arm64)
Tested-by: Palmer Dabbelt <palmer@sifive.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/init_task.h')
-rw-r--r-- | include/linux/init_task.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/linux/init_task.h b/include/linux/init_task.h index 5b5f41328115..a454b8aeb938 100644 --- a/include/linux/init_task.h +++ b/include/linux/init_task.h @@ -46,21 +46,6 @@ extern struct cred init_cred; #define INIT_CPU_TIMERS(s) #endif - -#define INIT_STRUCT_PID { \ - .count = ATOMIC_INIT(1), \ - .tasks = { \ - { .first = NULL }, \ - { .first = NULL }, \ - { .first = NULL }, \ - }, \ - .level = 0, \ - .numbers = { { \ - .nr = 0, \ - .ns = &init_pid_ns, \ - }, } \ -} - #define INIT_PID_LINK(type) \ { \ .node = { \ |