From: Nathan Zimmer Date: Thu, 9 May 2013 16:24:03 +0000 (-0500) Subject: sched: Use this_rq() helper X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~61^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=424c93fe4cbe719e7fd7169248d2b648c493b68d;p=pandora-kernel.git sched: Use this_rq() helper It is a few instructions more efficent to and slightly more readable to use this_rq()-> instead of cpu_rq(smp_processor_id())-> . Size comparison of kernel/sched/fair.o: text data bss dec hex filename 27972 122 26 28120 6dd8 fair.o.before 27956 122 26 28104 6dc8 fair.o.after Signed-off-by: Nathan Zimmer Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1368116643-87971-1-git-send-email-nzimmer@sgi.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed