sched: Reorder root_domain to remove 64 bit alignment padding
authorRichard Kennedy <richard@rsk.demon.co.uk>
Fri, 15 Jul 2011 10:41:31 +0000 (11:41 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 21 Jul 2011 16:01:52 +0000 (18:01 +0200)
commit26a148eb9c790149750f7e77da0d96029443d400
tree25d64457be424e6072dd5d7a75c868615dc3b063
parent99bc52429f11d1f4f81495ac8237085aaeb6bccf
sched: Reorder root_domain to remove 64 bit alignment padding

Reorder root_domain to remove 8 bytes of alignment padding on 64 bit
builds, this shrinks the size from 1736 to 1728 bytes, therefore using
one fewer cachelines.

Signed-off-by: Richard Kennedy <richard@rsk.demon.co.uk>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1310726492.1977.5.camel@castor.rsk
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c