From: Ingo Molnar Date: Wed, 13 May 2009 10:54:01 +0000 (+0200) Subject: perf_counter: x86: Fix throttling X-Git-Tag: v2.6.31-rc1~383^2~280 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5a5a2f6e69e88647ae12da39f0ff3a510bcf0a6;p=pandora-kernel.git perf_counter: x86: Fix throttling If counters are disabled globally when a perfcounter IRQ/NMI hits, and if we throttle in that case, we'll promote the '0' value to the next lapic IRQ and disable all perfcounters at that point, permanently ... Fix it. [ Impact: fix hung perfcounters under load ] Acked-by: Peter Zijlstra Cc: Paul Mackerras Cc: Corey Ashford LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed