diff options
author | Frederic Weisbecker <[email protected]> | 2009-12-02 20:49:17 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2009-12-03 11:50:11 +0100 |
commit | c08f782985eed9959438368e84ce1d7f2ed03d95 (patch) | |
tree | 436cbaa8d2d91fffa812c3f8c933b025d3155f79 /tools/perf/scripts/python/check-perf-trace.py | |
parent | c02260277e472095ffb3ad893be5eeab9dcefde3 (diff) |
mutex: Fix missing conditions to build mutex_spin_on_owner()
We don't need to build mutex_spin_on_owner() if we have
CONFIG_DEBUG_MUTEXES or CONFIG_HAVE_DEFAULT_NO_SPIN_MUTEXES as
it won't be used under such configs.
Use CONFIG_MUTEX_SPIN_ON_OWNER as it gathers all the necessary
checks before building it.
Signed-off-by: Frederic Weisbecker <[email protected]>
Acked-by: Peter Zijlstra <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions