From: Maciej W. Rozycki Date: Mon, 14 Jul 2008 17:44:51 +0000 (+0100) Subject: x86: APIC: Make apic_verbosity unsigned X-Git-Tag: v2.6.27-rc1~955^2~1^3~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baa1318841d4bc95d783e6c15219b264720002c8;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed