commit | 26a148eb9c790149750f7e77da0d96029443d400 | [log] [tgz] |
---|---|---|
author | Richard Kennedy <richard@rsk.demon.co.uk> | Fri Jul 15 11:41:31 2011 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Jul 21 18:01:52 2011 +0200 |
tree | 25d64457be424e6072dd5d7a75c868615dc3b063 | |
parent | 99bc52429f11d1f4f81495ac8237085aaeb6bccf [diff] |
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>