diff options
author | 2019-02-21 12:36:50 +0100 | |
---|---|---|
committer | 2019-03-06 21:52:10 +0100 | |
commit | d8eabc37310a92df40d07c5a8afc53cebf996716 (patch) | |
tree | e27796fddcb4bf4fb13762e23febff14b93d1f23 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 5.0 (diff) | |
download | linux-dev-d8eabc37310a92df40d07c5a8afc53cebf996716.tar.xz linux-dev-d8eabc37310a92df40d07c5a8afc53cebf996716.zip |
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 <gregkh@linuxfoundation.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Reviewed-by: Jon Masters <jcm@redhat.com>
Tested-by: Jon Masters <jcm@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions