From: Giuseppe CAVALLARO Date: Mon, 8 Apr 2013 02:10:02 +0000 (+0000) Subject: stmmac: review private structure fields X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~185 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bb6dea8cc208e6bac824fcdaa3dc63d38901ca7;p=pandora-kernel.git stmmac: review private structure fields recently many new supports have been added in the stmmac driver w/o taking care about where each new field had to be placed inside the private structure for guaranteeing the best cache usage. This is what I wanted in the beginning, so this patch reorganizes all the fields in order to keep adjacent fields for cache effect. I have also tried to optimize them by using pahole. V2: do not abuse with ____cacheline_aligned_in_smp and keep fields that potentially could stay in the same cache-line for better usage in SMP systems. Signed-off-by: Giuseppe Cavallaro Signed-off-by: David S. Miller --- Reading git-diff-tree failed