]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/ioapic: Cleanup apic_printk()s
authorThomas Gleixner <tglx@linutronix.de>
Fri, 2 Aug 2024 16:15:42 +0000 (18:15 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 7 Aug 2024 16:13:28 +0000 (18:13 +0200)
commitf47998da395c1dfa53449bd335db4cf508be5275
treee296e9c7b4198f8d0112eb3157441d6d2c0be1fb
parentac1c9fc1b571d5355602daa642f74288ae4b701d
x86/ioapic: Cleanup apic_printk()s

Replace apic_printk($LEVEL) with the corresponding apic_pr_*() helpers and
use pr_info() for APIC_QUIET as that is always printed so the indirection
is pointless noise.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
Tested-by: Breno Leitao <leitao@debian.org>
Link: https://lore.kernel.org/all/20240802155440.652239904@linutronix.de
arch/x86/kernel/apic/io_apic.c