OSDN Git Service

x86/hyperv: Add interrupt handler annotations
authorMichael Kelley <mikelley@microsoft.com>
Tue, 5 Jun 2018 20:37:50 +0000 (13:37 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Jul 2018 11:02:28 +0000 (13:02 +0200)
commite9a7fda29a5620d9ac2a750d8e35f5d270096321
tree9f07722bf5a4f0f2239bef4b7406a85f96c7b546
parentaf0a5646cb8d03f33ef028eff5b92996e53da201
x86/hyperv: Add interrupt handler annotations

Add standard interrupt handler annotations to
hyperv_vector_handler(). This does not fix any observed
bug, but avoids potential removal of the code by link
time optimization and makes it consistent with
hv_stimer0_vector_handler in the same source file.

Suggested-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Michael Kelley <mikelley@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/kernel/cpu/mshyperv.c