commit | baa1318841d4bc95d783e6c15219b264720002c8 | [log] [tgz] |
---|---|---|
author | Maciej W. Rozycki <macro@linux-mips.org> | Mon Jul 14 18:44:51 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jul 18 14:27:43 2008 +0200 |
tree | b8c198abefeafa51e883e30d3d5b970980a61ffc | |
parent | 17c44697f293cf24cbbf51b4a5bd15f4fbc88b90 [diff] |
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>