The patch titled cpuidle menu: remove 8 bytes of padding on 64 bit builds has been added to the -mm tree. Its filename is cpuidle-menu-remove-8-bytes-of-padding-on-64-bit-builds.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: cpuidle menu: remove 8 bytes of padding on 64 bit builds From: Richard Kennedy <richard@xxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxx> Cc: Arjan van de Ven <arjan@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/cpuidle/governors/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/cpuidle/governors/menu.c~cpuidle-menu-remove-8-bytes-of-padding-on-64-bit-builds drivers/cpuidle/governors/menu.c --- a/drivers/cpuidle/governors/menu.c~cpuidle-menu-remove-8-bytes-of-padding-on-64-bit-builds +++ a/drivers/cpuidle/governors/menu.c @@ -100,8 +100,8 @@ struct menu_device { int needs_update; unsigned int expected_us; - u64 predicted_us; unsigned int measured_us; + u64 predicted_us; unsigned int exit_us; unsigned int bucket; u64 correction_factor[BUCKETS]; _ Patches currently in -mm which might be from richard@xxxxxxxxxxxxxxx are get_maintainerpl-teach-git-log-to-use-no-color.patch kernel-timekeeping-move-xtime_cache-to-be-in-the-same-cache-line-as-the-lock.patch cpuidle-menu-remove-8-bytes-of-padding-on-64-bit-builds.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html