x86/irq: Consolidate UV domain allocation
authorThomas Gleixner <tglx@linutronix.de>
Wed, 26 Aug 2020 11:16:44 +0000 (13:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 16 Sep 2020 14:52:33 +0000 (16:52 +0200)
commit0f5cbdaf203e201f151c2e44a49f6165a7d2c2f9
treebd45380f28c84af2ea89839a742c7b58be09e1f4
parent55e039157281f9d8ee7d595c2529a3fd4e790b52
x86/irq: Consolidate UV domain allocation

Move the UV specific fields into their own struct for readability sake. Get
rid of the #ifdeffery as it does not matter at all whether the alloc info
is a couple of bytes longer or not.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20200826112332.255792469@linutronix.de
arch/x86/include/asm/hw_irq.h
arch/x86/platform/uv/uv_irq.c