x86/irq: Define a global vector for VT-d Posted-Interrupts
authorFeng Wu <feng.wu@intel.com>
Tue, 19 May 2015 09:07:16 +0000 (17:07 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 19 May 2015 13:51:17 +0000 (15:51 +0200)
commitf6b3c72c23661e5534cd2eede16e9bac7ebb761c
tree9a4033e16059ae731bd8fc5420a942b9dcecaadc
parenta2f1c8bdc02bfcaa5a658283b883fdb54e328b36
x86/irq: Define a global vector for VT-d Posted-Interrupts

Currently, we use a global vector as the Posted-Interrupts
Notification Event for all the vCPUs in the system. We need
to introduce another global vector for VT-d Posted-Interrtups,
which will be used to wakeup the sleep vCPU when an external
interrupt from a direct-assigned device happens for that vCPU.

[ tglx: Removed a gazillion of extra newlines ]

Signed-off-by: Feng Wu <feng.wu@intel.com>
Cc: jiang.liu@linux.intel.com
Link: http://lkml.kernel.org/r/1432026437-16560-4-git-send-email-feng.wu@intel.com
Suggested-by: Yang Zhang <yang.z.zhang@intel.com>
Acked-by: H. Peter Anvin <hpa@linux.intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/include/asm/entry_arch.h
arch/x86/include/asm/hardirq.h
arch/x86/include/asm/hw_irq.h
arch/x86/include/asm/irq.h
arch/x86/include/asm/irq_vectors.h
arch/x86/kernel/entry_64.S
arch/x86/kernel/irq.c
arch/x86/kernel/irqinit.c