[PATCH 2/5] Unroll INIT_TASK() in init/init_task.c

2017-11-24 Thread David Howells
It's no longer necessary to have an INIT_TASK() macro, and this can be unrolled into the one place it is now used. Signed-off-by: David Howells --- include/linux/init_task.h | 87 ++--- init/init_task.c | 85 ++

[PATCH 2/5] Unroll INIT_TASK() in init/init_task.c

2017-07-20 Thread David Howells
It's no longer necessary to have an INIT_TASK() macro, and this can be unrolled into the one place it is now used. Signed-off-by: David Howells --- include/linux/init_task.h | 87 ++--- init/init_task.c | 85 ++

[RFC PATCH 2/5] Unroll INIT_TASK() in init/init_task.c

2017-04-10 Thread David Howells
It's no longer necessary to have an INIT_TASK() macro, and this can be unrolled into the one place it is now used. Signed-off-by: David Howells --- include/linux/init_task.h | 85 ++--- init/init_task.c | 83 ++