]> www.infradead.org Git - users/dwmw2/linux.git/commit
x86/apic: Replace pointless apic::dest_logical usage
authorThomas Gleixner <tglx@linutronix.de>
Fri, 23 Oct 2020 10:44:51 +0000 (12:44 +0200)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Sat, 24 Oct 2020 21:25:45 +0000 (22:25 +0100)
commite4df695bf53e48c7d8523353e8f6c6c928dc908c
treead536ac1e3e3ffc827c3ec3241a43488adcc9adb
parent34ddf69571c4907fd297b5cb13da42ff5a0236f7
x86/apic: Replace pointless apic::dest_logical usage

All these functions are only used for logical destination mode. So reading
the destination mode mask from the apic structure is a pointless
exercise. Just hand in the proper constant: APIC_DEST_LOGICAL.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
arch/x86/kernel/apic/apic_flat_64.c
arch/x86/kernel/apic/ipi.c
arch/x86/kernel/apic/x2apic_cluster.c