From: Peter Zijlstra Date: Thu, 3 Oct 2013 14:00:14 +0000 (+0200) Subject: perf/x86: Clean up cap_user_time* setting X-Git-Tag: v3.12-rc5~24^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8b11a0cbd1c66ce283eb9dabe0498dfa6483f32;p=pandora-kernel.git perf/x86: Clean up cap_user_time* setting Currently the cap_user_time_zero capability has different tests than cap_user_time; even though they expose the exact same data. Switch from CONSTANT && NONSTOP to sched_clock_stable to also deal with multi cabinet machines and drop the tsc_disabled() check.. non of this will work sanely without tsc anyway. Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/n/tip-nmgn0j0muo1r4c94vlfh23xy@git.kernel.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed