From: Hitoshi Mitake Date: Wed, 17 Jun 2009 13:20:55 +0000 (+0900) Subject: sched: Hide runqueues from direct refer at source code level X-Git-Tag: v2.6.31-rc1~94^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=348ec61e6268c3cd7ee75cfa50e408184a941506;p=pandora-kernel.git sched: Hide runqueues from direct refer at source code level There are some points which refer the per-cpu value "runqueues" directly. sched.c provides nice abstraction, such as cpu_rq() and this_rq(), so we should use these macros when looking runqueues. Signed-off-by: Hitoshi Mitake LKML-Reference: <20090617.222055.374768827975756908.mitake@dcl.info.waseda.ac.jp> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed