diff options
author | 2012-11-08 07:58:53 +0100 | |
---|---|---|
committer | 2012-11-23 14:32:55 +0100 | |
commit | 7c5d62388e88729775b10a1748f2810e413f1e51 (patch) | |
tree | 4d4d2cf8252a32f75a0c8b672ad921e161fa4cc1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | mtip32xx: Fix incorrect mask used for erase mode (diff) | |
download | linux-dev-7c5d62388e88729775b10a1748f2810e413f1e51.tar.xz linux-dev-7c5d62388e88729775b10a1748f2810e413f1e51.zip |
mtip32xx: fix shift larger than type warning
If we're building a 32-bit kernel and CONFIG_LBADF isn't set,
sector_t is 32-bits wide. The shifts by 32 and 40 are thus
larger than we support.
Cast the sector offset to a u64 to avoid these warnings.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions