From: Frederic Weisbecker Date: Sat, 9 Jan 2010 20:05:28 +0000 (+0100) Subject: perf: Round robin flexible groups of events using list_rotate_left() X-Git-Tag: v2.6.34-rc1~197^2~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e286417378b4f9ce6e473b556193465ab22e12ab;p=pandora-kernel.git perf: Round robin flexible groups of events using list_rotate_left() This is more proper that doing it through a list_for_each_entry() that breaks after the first entry. v2: Don't rotate pinned groups as its not needed to time share them. Signed-off-by: Frederic Weisbecker Acked-by: Peter Zijlstra Cc: Paul Mackerras Cc: Ingo Molnar Cc: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed