]> bbs.cooldavid.org Git - net-next-2.6.git/commit
cpuidle menu: remove 8 bytes of padding on 64 bit builds
authorRichard Kennedy <richard@rsk.demon.co.uk>
Fri, 5 Mar 2010 21:42:30 +0000 (13:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 6 Mar 2010 19:26:28 +0000 (11:26 -0800)
commit56e6943b41468826c26155139629c9a5379550ab
treea108d6fc93c34ebe205734a5775be5b77a4ff0b6
parent77079dbec721a282bf0931385ae10d77cdbac5af
cpuidle menu: remove 8 bytes of padding on 64 bit builds

Reorder struct menu_device to remove 8 bytes of padding on 64 bit builds.
Size drops from 136 to 128 bytes, so possibly needing one fewer cache
lines.

Signed-off-by: Richard Kennedy <richard@rsk.demon.co.uk>
Cc: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/cpuidle/governors/menu.c