From: Michael Cree Date: Sun, 19 Sep 2010 06:05:40 +0000 (-0400) Subject: alpha: Shift perf event pending work earlier in timer interrupt X-Git-Tag: v2.6.36-rc5~10^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdc8b8914b17cf97b53e5f7af8168d68cfb089d6;p=pandora-kernel.git alpha: Shift perf event pending work earlier in timer interrupt Pending work from the performance event subsystem is executed in the timer interrupt. This patch shifts the call to perf_event_do_pending() before the call to update_process_times() as the latter may call back into the perf event subsystem and it is prudent to have the pending work executed first. Signed-off-by: Michael Cree Signed-off-by: Matt Turner --- Reading git-diff-tree failed