]> git.baikalelectronics.ru Git - kernel.git/commit
x86, hyperv: HYPERV depends on X86_LOCAL_APIC
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 13 Feb 2013 01:46:23 +0000 (17:46 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 13 Feb 2013 01:46:23 +0000 (17:46 -0800)
commitd5d55a09d8967f369810d675e71a61b77f99b94e
tree3b360c0e53d10f55a5d245cce78839a2292423a7
parent0a5318198b80e391347fc0b36c95c6a583014e27
x86, hyperv: HYPERV depends on X86_LOCAL_APIC

In order to compile in the special Hyper-V interrupt vector, we need
infrastructure in arch/x86/apic/apic.c.  At least for now, simply
require CONFIG_X86_LOCAL_APIC in order to enable CONFIG_HYPERV.

Link: http://lkml.kernel.org/r/tip-0a5318198b80e391347fc0b36c95c6a583014e27@git.kernel.org
Cc: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
drivers/hv/Kconfig