]> git.baikalelectronics.ru Git - kernel.git/commit
mm: exit.c reorder wait_opts to remove padding on 64 bit builds
authorRichard Kennedy <richard@rsk.demon.co.uk>
Wed, 17 Jun 2009 23:27:42 +0000 (16:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 18 Jun 2009 20:03:53 +0000 (13:03 -0700)
commitff41d13ce9e71a691e4976b2d005569d71f8872d
treed5a1b0e667222a43ec2780787ac21011072d45f1
parente11d498771293d2b60030098ae4eb22beb2dcc6c
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>
kernel/exit.c