All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: [tip:x86/hyperv] x86/Hyper-V/hv_apic: Include asm/apic.h
       [not found] <tip-61eeb1f6d1f2648a218855d7c8d44f16df242ef3@git.kernel.org>
@ 2018-05-20 17:55 ` KY Srinivasan
  0 siblings, 0 replies; only message in thread
From: KY Srinivasan @ 2018-05-20 17:55 UTC (permalink / raw)
  To: tglx, KY Srinivasan, mingo, lkp, linux-kernel,
	Michael Kelley (EOSG),
	hpa, linux-tip-commits



> -----Original Message-----
> From: tip tree robot <tipbot@zytor.com>
> Sent: Saturday, May 19, 2018 7:46 AM
> To: linux-tip-commits@vger.kernel.org
> Cc: hpa@zytor.com; Michael Kelley (EOSG)
> <Michael.H.Kelley@microsoft.com>; KY Srinivasan <kys@microsoft.com>;
> tglx@linutronix.de; mingo@kernel.org; lkp@intel.com
> Subject: [tip:x86/hyperv] x86/Hyper-V/hv_apic: Include asm/apic.h
> 
> Commit-ID:  61eeb1f6d1f2648a218855d7c8d44f16df242ef3
> Gitweb:
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.ker
> nel.org%2Ftip%2F61eeb1f6d1f2648a218855d7c8d44f16df242ef3&data=02%7
> C01%7Ckys%40microsoft.com%7C9469b1fea91344d65b9f08d5bd973c7c%7C7
> 2f988bf86f141af91ab2d7cd011db47%7C1%7C1%7C636623379628726325&sdat
> a=mbprYiPRtCsbYHGm%2BMsmUUt4MGGMFloyTN5Y40JrnKg%3D&reserved
> =0
> Author:     Thomas Gleixner <tglx@linutronix.de>
> AuthorDate: Sat, 19 May 2018 16:38:59 +0200
> Committer:  Thomas Gleixner <tglx@linutronix.de>
> CommitDate: Sat, 19 May 2018 16:41:59 +0200
> 
> x86/Hyper-V/hv_apic: Include asm/apic.h
> 
> Not all configurations magically include asm/apic.h, but the Hyper-V code
> requires it. Include it explicitely.

Thanks Thomas. I was planning to send this patch today after I saw the kbuild robot mail.

Regards,

K. Y
> 
> Fixes: 6b48cb5f8347 ("X86/Hyper-V: Enlighten APIC access")
> Reported-by: kbuild test robot <lkp@intel.com>
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> Cc: K. Y. Srinivasan <kys@microsoft.com>
> Cc: Michael Kelley <mikelley@microsoft.com>
> ---
>  arch/x86/hyperv/hv_apic.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/x86/hyperv/hv_apic.c b/arch/x86/hyperv/hv_apic.c
> index 192b6ad6a361..d3ff6e255924 100644
> --- a/arch/x86/hyperv/hv_apic.c
> +++ b/arch/x86/hyperv/hv_apic.c
> @@ -29,6 +29,7 @@
>  #include <linux/cpuhotplug.h>
>  #include <asm/hypervisor.h>
>  #include <asm/mshyperv.h>
> +#include <asm/apic.h>
> 
>  #ifdef CONFIG_X86_64
>  #if IS_ENABLED(CONFIG_HYPERV)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-05-20 17:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <tip-61eeb1f6d1f2648a218855d7c8d44f16df242ef3@git.kernel.org>
2018-05-20 17:55 ` [tip:x86/hyperv] x86/Hyper-V/hv_apic: Include asm/apic.h KY Srinivasan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.