Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sched: reorder signal_struct to remove 8 bytes on 64 bit builds

reorder structure to remove 8 bytes of padding on 64 bit builds

Signed-off-by: Richard Kennedy <richard@rsk.demon.co.uk>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

authored by

Richard Kennedy and committed by
Ingo Molnar
07dd20e0 b635acec

+1 -1
+1 -1
include/linux/sched.h
··· 451 451 * - everyone except group_exit_task is stopped during signal delivery 452 452 * of fatal signals, group_exit_task processes the signal. 453 453 */ 454 - struct task_struct *group_exit_task; 455 454 int notify_count; 455 + struct task_struct *group_exit_task; 456 456 457 457 /* thread group stop support, overloads group_exit_code too */ 458 458 int group_stop_count;