Skip to content

Commit

Permalink
mm: exit.c reorder wait_opts to remove padding on 64 bit builds
Browse files Browse the repository at this point in the history
Reorder struct wait_opts to remove 8 bytes of alignment padding on 64 bit
builds.

Signed-off-by: Richard Kennedy <richard@rsk.demon.co.uk>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Roland McGrath <roland@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Richard Kennedy authored and Linus Torvalds committed Jun 18, 2009
1 parent f95d39d commit e1eb1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/exit.c
Original file line number Diff line number Diff line change
Expand Up @@ -1082,8 +1082,8 @@ SYSCALL_DEFINE1(exit_group, int, error_code)

struct wait_opts {
enum pid_type wo_type;
struct pid *wo_pid;
int wo_flags;
struct pid *wo_pid;

struct siginfo __user *wo_info;
int __user *wo_stat;
Expand Down

0 comments on commit e1eb1eb

Please sign in to comment.