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)
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>

No differences found