From: Prashanth Nageshappa Date: Tue, 19 Jun 2012 12:17:34 +0000 (+0530) Subject: sched: Reorder 'struct lb_env' members to reduce its size X-Git-Tag: v3.6-rc1~93^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85c1e7dae165acd004429f81fe52bfbf55b57a98;p=pandora-kernel.git sched: Reorder 'struct lb_env' members to reduce its size Members of 'struct lb_env' are not in appropriate order to reuse compiler added padding on 64bit architectures. In this patch we reorder those struct members and help reduce the size of the structure from 96 bytes to 80 bytes on 64 bit architectures. Suggested-by: Srivatsa Vaddagiri Signed-off-by: Prashanth Nageshappa Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/4FE06DDE.7000403@linux.vnet.ibm.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed