From: Paul Mackerras Date: Thu, 19 Mar 2009 19:26:20 +0000 (+0100) Subject: perf_counter: powerpc: clean up perc_counter_interrupt X-Git-Tag: v2.6.31-rc1~383^2~464 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db4fb5acf20295063d1d5105e67724eb51440207;p=pandora-kernel.git perf_counter: powerpc: clean up perc_counter_interrupt Impact: cleanup This updates the powerpc perf_counter_interrupt following on from the "perf_counter: unify irq output code" patch. Since we now use the generic perf_counter_output code, which sets the perf_counter_pending flag directly, we no longer need the need_wakeup variable. This removes need_wakeup and makes perf_counter_interrupt use get_perf_counter_pending() instead. Signed-off-by: Paul Mackerras Signed-off-by: Peter Zijlstra Cc: Steven Rostedt Orig-LKML-Reference: <20090319194234.024464535@chello.nl> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed