timers/x86/hpet: Type adjustments
authorJan Beulich <JBeulich@suse.com>
Mon, 19 Oct 2015 10:35:44 +0000 (04:35 -0600)
committerIngo Molnar <mingo@kernel.org>
Wed, 21 Oct 2015 09:17:32 +0000 (11:17 +0200)
commit3d45ac4b35cbdf942f2a45b2b927f2ef6a8bda48
tree9d014868ba49ada6fbfb3d082214d78d5c648302
parent3bc2159faf897bab51e4f1144b525d21823832a6
timers/x86/hpet: Type adjustments

Standardize on bool instead of an inconsistent mixture of u8 and plain 'int'.

Also use u32 or 'unsigned int' instead of 'unsigned long' when a 32-bit type
suffices, generating slightly better code on x86-64.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/5624E3A002000078000AC49A@prv-mh.provo.novell.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/include/asm/hpet.h
arch/x86/kernel/early-quirks.c
arch/x86/kernel/hpet.c
arch/x86/kernel/quirks.c