x86: APIC: Make apic_verbosity unsigned
authorMaciej W. Rozycki <macro@linux-mips.org>
Mon, 14 Jul 2008 17:44:51 +0000 (18:44 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 18 Jul 2008 12:27:43 +0000 (14:27 +0200)
commitbaa1318841d4bc95d783e6c15219b264720002c8
treeb8c198abefeafa51e883e30d3d5b970980a61ffc
parent17c44697f293cf24cbbf51b4a5bd15f4fbc88b90
x86: APIC: Make apic_verbosity unsigned

As a microoptimisation, make apic_verbosity unsigned.  This will make
apic_printk(APIC_QUIET, ...) expand into just printk(...) with the
surrounding condition and a reference to apic_verbosity removed.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic_32.c
arch/x86/kernel/apic_64.c
include/asm-x86/apic.h