From: Peter Zijlstra Date: Tue, 14 Apr 2015 11:19:42 +0000 (+0200) Subject: sched: Move the loadavg code to a more obvious location X-Git-Tag: omap-for-v4.2/fixes-rc1^2~136^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3289bdb429884c0279bf9ab72dff7b934f19dfc6;p=pandora-kernel.git sched: Move the loadavg code to a more obvious location I could not find the loadavg code.. turns out it was hidden in a file called proc.c. It further got mingled up with the cruft per rq load indexes (which we really want to get rid of). Move the per rq load indexes into the fair.c load-balance code (that's the only thing that uses them) and rename proc.c to loadavg.c so we can find it again. Signed-off-by: Peter Zijlstra (Intel) Cc: Borislav Petkov Cc: H. Peter Anvin Cc: Paul Gortmaker Cc: Thomas Gleixner [ Did minor cleanups to the code. ] Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed