dect
/
linux-2.6
Archived
13
0
Fork 0

mm: exit.c reorder wait_opts to remove padding on 64 bit builds

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>
This commit is contained in:
Richard Kennedy 2009-06-17 16:27:42 -07:00 committed by Linus Torvalds
parent f95d39d10f
commit e1eb1ebcca
1 changed files with 1 additions and 1 deletions

View File

@ -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;