x86/time: cpuid_time_leaf() cleanup
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 6 May 2014 11:33:46 +0000 (13:33 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 6 May 2014 11:33:46 +0000 (13:33 +0200)
commit4e97214b0a60e0c29348d1435341ad7e83c87398
tree5598bd16d8c6eecfc26baccb8485c226fdc71601
parent3feebf4490505b6d0b74bca248a9630292be6fd0
x86/time: cpuid_time_leaf() cleanup

* Don't mix uint32_t and unsigned int between prototype and definition
* Don't bitwise or with 0

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/time.c
xen/include/asm-x86/time.h