diff options
author | Nathan Zimmer <nzimmer@sgi.com> | 2013-05-09 18:24:03 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-05-10 10:35:56 +0200 |
commit | 424c93fe4cbe719e7fd7169248d2b648c493b68d (patch) | |
tree | 297a3fdcc3e35b8941e2854e95feaef1c739de6d /fs/coredump.h | |
parent | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... (diff) | |
download | linux-424c93fe4cbe719e7fd7169248d2b648c493b68d.tar.xz linux-424c93fe4cbe719e7fd7169248d2b648c493b68d.zip |
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 <nzimmer@sgi.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1368116643-87971-1-git-send-email-nzimmer@sgi.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'fs/coredump.h')
0 files changed, 0 insertions, 0 deletions