diff options
author | Thomas Gleixner <[email protected]> | 2018-09-17 14:45:37 +0200 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2018-10-04 23:00:25 +0200 |
commit | 77e9c678c54f2d9214796c1c5bd0c7c7ccedd932 (patch) | |
tree | a64cb82fe4ee14f0f72cf948b5d5d4a14bdc4683 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | a51e996d48ac9fa0a1260a3822a14f3d570d3be7 (diff) |
x86/vdso: Use unsigned int consistently for vsyscall_gtod_data:: Seq
The sequence count in vgtod_data is unsigned int, but the call sites use
unsigned long, which is a pointless exercise. Fix the call sites and
replace 'unsigned' with unsinged 'int' while at it.
Signed-off-by: Thomas Gleixner <[email protected]>
Acked-by: Andy Lutomirski <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Matt Rickard <[email protected]>
Cc: Stephen Boyd <[email protected]>
Cc: John Stultz <[email protected]>
Cc: Florian Weimer <[email protected]>
Cc: "K. Y. Srinivasan" <[email protected]>
Cc: Vitaly Kuznetsov <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: Paolo Bonzini <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Juergen Gross <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions