From: Nick Piggin Date: Sat, 25 Jun 2005 21:57:29 +0000 (-0700) Subject: [PATCH] sched: consolidate sbe sbf X-Git-Tag: v2.6.13-rc1~68^2~140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=476d139c218e44e045e4bc6d4cc02b010b343939;p=pandora-kernel.git [PATCH] sched: consolidate sbe sbf Consolidate balance-on-exec with balance-on-fork. This is made easy by the sched-domains RCU patches. As well as the general goodness of code reduction, this allows the runqueues to be unlocked during balance-on-fork. schedstats is a problem. Maybe just have balance-on-event instead of distinguishing fork and exec? Signed-off-by: Nick Piggin Acked-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed