Re: [PATCH char-misc 1/1] x86/hyperv: Add interrupt handler annotations

2018-04-03 Thread Greg KH
On Tue, Apr 03, 2018 at 12:57:35PM -0700, Michael Kelley wrote: > Add standard interrupt handler annotations to > hyperv_vector_handler(). > > Signed-off-by: Michael Kelley Does not match the From: line :( ___ devel mailing list de...@linuxdriverprojec

[PATCH char-misc 1/1] x86/hyperv: Add interrupt handler annotations

2018-04-03 Thread Michael Kelley
Add standard interrupt handler annotations to hyperv_vector_handler(). Signed-off-by: Michael Kelley --- arch/x86/kernel/cpu/mshyperv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/cpu/mshyperv.c b/arch/x86/kernel/cpu/mshyperv.c index 4488cf0..20f6849 10064