x86/apic/uv: Fix inconsistent destination mode
authorThomas Gleixner <tglx@linutronix.de>
Sat, 24 Oct 2020 21:35:03 +0000 (22:35 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 28 Oct 2020 19:26:24 +0000 (20:26 +0100)
commit93b7a3d6a1f0f159d390959de7a1b9ad863d6b26
tree9eedc0d880225cd4f926f79417f9c1c880cfd15f
parent47bea873cf809f490cfac0c4e88533fd7fed6064
x86/apic/uv: Fix inconsistent destination mode

The UV x2apic is strictly using physical destination mode, but
apic::dest_logical is initialized with APIC_DEST_LOGICAL.

This does not matter much because UV does not use any of the generic
functions which use apic::dest_logical, but is still inconsistent.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20201024213535.443185-4-dwmw2@infradead.org
arch/x86/kernel/apic/x2apic_uv_x.c