From: Richard Kennedy Date: Wed, 20 Oct 2010 22:57:30 +0000 (-0700) Subject: timer_list: Remove alignment padding on 64 bit when CONFIG_TIMER_STATS X-Git-Tag: v2.6.38-rc1~416^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0959024d8fb6555ba8bfdc6624cc7b7c2e675fd;p=pandora-kernel.git timer_list: Remove alignment padding on 64 bit when CONFIG_TIMER_STATS Reorder struct timer_list to remove 8 bytes of alignment padding on 64 bit builds when CONFIG_TIMER_STATS is selected. timer_list is widely used across the kernel so many structures will benefit and shrink in size. For example, with my config on x86_64 per_cpu_dm_data shrinks from 136 to 128 bytes and ahci_port_priv shrinks from 1032 to 968 bytes. Signed-off-by: Richard Kennedy Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed