diff options
author | Dave Hansen <[email protected]> | 2015-09-02 16:31:29 -0700 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2015-09-14 12:21:59 +0200 |
commit | 633d54c47a5bedfb42f10e6a63eeeebd35abdb4c (patch) | |
tree | 45237ce470657344893177c898ef7e9b831c6d7c /arch/x86/mm/mpx.c | |
parent | ee9ae257eb17d3426ee9ab91449a3aa443298b36 (diff) |
x86/fpu: Add xfeature_enabled() helper instead of test_bit()
We currently use test_bit() in a few places to see if an
xfeature is enabled. It ends up being a bit ugly because
'xfeatures_mask' is a u64 and test_bit wants an 'unsigned long'
so it requires a cast. The *_bit() functions are also
techincally atomic, which we have no need for here.
So, remove the test_bit()s and replace with the new
xfeature_enabled() helper.
This also provides a central place to add a comment about the
future need to support 'system xstates'.
Signed-off-by: Dave Hansen <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Brian Gerst <[email protected]>
Cc: Denys Vlasenko <[email protected]>
Cc: Fenghua Yu <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Tim Chen <[email protected]>
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'arch/x86/mm/mpx.c')
0 files changed, 0 insertions, 0 deletions