Fix x86 32-bit wrong variable type for rdtsc
authorJens Axboe <axboe@kernel.dk>
Thu, 21 Feb 2013 11:39:42 +0000 (12:39 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Feb 2013 11:39:42 +0000 (12:39 +0100)
commit6eb9d1b9aea77a33410eb833f2ceb4180adbfa15
tree172559f4174e6c2f4f2fecb16c12409cf043c6b4
parentb6e7d8533a730af09149e92911f7bcc273a7a381
Fix x86 32-bit wrong variable type for rdtsc

Bruce points out, that we are putting the result into a 32-bit
variable. That is incorrect, make it a proper ULL instead.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
arch/arch-x86.h