diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2015-10-28 04:39:55 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-11-10 14:06:22 +0300 |
commit | f70cd6b07e629f367bb9b1ac9d0e3e669eb325c0 (patch) | |
tree | d7598a2f03f41b30d8dd415eabcc27f9785bbc58 /include/linux/cpu.h | |
parent | 8cfe9866960581303f244780945c5d12ecc4e5bc (diff) | |
download | linux-f70cd6b07e629f367bb9b1ac9d0e3e669eb325c0.tar.xz |
context_tracking: remove duplicate enabled check
All calls to context_tracking_enter and context_tracking_exit
are already checking context_tracking_is_enabled, except the
context_tracking_user_enter and context_tracking_user_exit
functions left in for the benefit of assembly calls.
Pull the check up to those functions, by making them simple
wrappers around the user_enter and user_exit inline functions.
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Paul McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Rik van Riel <riel@redhat.com>
Tested-by: Rik van Riel <riel@redhat.com>
Acked-by: Andy Lutomirski <luto@kernel.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/linux/cpu.h')
0 files changed, 0 insertions, 0 deletions