diff options
author | Thomas Gleixner <[email protected]> | 2019-02-21 12:36:50 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2019-03-06 21:52:10 +0100 |
commit | d8eabc37310a92df40d07c5a8afc53cebf996716 (patch) | |
tree | e27796fddcb4bf4fb13762e23febff14b93d1f23 /tools/perf/util/c++/clang-test.cpp | |
parent | 1c163f4c7b3f621efff9b28a47abb36f7378d783 (diff) |
x86/msr-index: Cleanup bit defines
Greg pointed out that speculation related bit defines are using (1 << N)
format instead of BIT(N). Aside of that (1 << N) is wrong as it should use
1UL at least.
Clean it up.
[ Josh Poimboeuf: Fix tools build ]
Reported-by: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Greg Kroah-Hartman <[email protected]>
Reviewed-by: Borislav Petkov <[email protected]>
Reviewed-by: Frederic Weisbecker <[email protected]>
Reviewed-by: Jon Masters <[email protected]>
Tested-by: Jon Masters <[email protected]>
Diffstat (limited to 'tools/perf/util/c++/clang-test.cpp')
0 files changed, 0 insertions, 0 deletions