RE: [tip:x86/hyperv] x86, hyperv: HYPERV depends on X86_LOCAL_APIC

2013-02-12 Thread KY Srinivasan


> -Original Message-
> From: tip tree robot [mailto:tip...@zytor.com] On Behalf Of tip-bot for H. 
> Peter
> Anvin
> Sent: Tuesday, February 12, 2013 8:59 PM
> To: linux-tip-comm...@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org; h...@zytor.com; mi...@kernel.org; KY
> Srinivasan; t...@linutronix.de; h...@linux.intel.com
> Subject: [tip:x86/hyperv] x86, hyperv: HYPERV depends on X86_LOCAL_APIC
> 
> Commit-ID:  cb20e5f2c8d6ba7440a32f4d70c0755bceb36e78
> Gitweb:
> http://git.kernel.org/tip/cb20e5f2c8d6ba7440a32f4d70c0755bceb36e78
> Author: H. Peter Anvin 
> AuthorDate: Tue, 12 Feb 2013 17:46:23 -0800
> Committer:  H. Peter Anvin 
> CommitDate: Tue, 12 Feb 2013 17:46:23 -0800
> 
> 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-
> bc2b0331e077f576369a2b6c75d15ed4de4ef...@git.kernel.org
> Cc: K. Y. Srinivasan 
> Signed-off-by: H. Peter Anvin 
> ---
>  drivers/hv/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig
> index b38ef6d..64630f1 100644
> --- a/drivers/hv/Kconfig
> +++ b/drivers/hv/Kconfig
> @@ -2,7 +2,7 @@ menu "Microsoft Hyper-V guest support"
> 
>  config HYPERV
>   tristate "Microsoft Hyper-V client drivers"
> - depends on X86 && ACPI && PCI
> + depends on X86 && ACPI && PCI && X86_LOCAL_APIC
>   help
> Select this option to run Linux as a Hyper-V client operating
> system.
> 
Thank you.

K. Y
N�r��yb�X��ǧv�^�)޺{.n�+{zX����ܨ}���Ơz�:+v���zZ+��+zf���h���~i���z��w���?�&�)ߢf��^jǫy�m��@A�a���
0��h���i

[tip:x86/hyperv] x86, hyperv: HYPERV depends on X86_LOCAL_APIC

2013-02-12 Thread tip-bot for H. Peter Anvin
Commit-ID:  cb20e5f2c8d6ba7440a32f4d70c0755bceb36e78
Gitweb: http://git.kernel.org/tip/cb20e5f2c8d6ba7440a32f4d70c0755bceb36e78
Author: H. Peter Anvin 
AuthorDate: Tue, 12 Feb 2013 17:46:23 -0800
Committer:  H. Peter Anvin 
CommitDate: Tue, 12 Feb 2013 17:46:23 -0800

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-bc2b0331e077f576369a2b6c75d15ed4de4ef...@git.kernel.org
Cc: K. Y. Srinivasan 
Signed-off-by: H. Peter Anvin 
---
 drivers/hv/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig
index b38ef6d..64630f1 100644
--- a/drivers/hv/Kconfig
+++ b/drivers/hv/Kconfig
@@ -2,7 +2,7 @@ menu "Microsoft Hyper-V guest support"
 
 config HYPERV
tristate "Microsoft Hyper-V client drivers"
-   depends on X86 && ACPI && PCI
+   depends on X86 && ACPI && PCI && X86_LOCAL_APIC
help
  Select this option to run Linux as a Hyper-V client operating
  system.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[tip:x86/hyperv] x86, hyperv: HYPERV depends on X86_LOCAL_APIC

2013-02-12 Thread tip-bot for H. Peter Anvin
Commit-ID:  cb20e5f2c8d6ba7440a32f4d70c0755bceb36e78
Gitweb: http://git.kernel.org/tip/cb20e5f2c8d6ba7440a32f4d70c0755bceb36e78
Author: H. Peter Anvin h...@linux.intel.com
AuthorDate: Tue, 12 Feb 2013 17:46:23 -0800
Committer:  H. Peter Anvin h...@linux.intel.com
CommitDate: Tue, 12 Feb 2013 17:46:23 -0800

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-bc2b0331e077f576369a2b6c75d15ed4de4ef...@git.kernel.org
Cc: K. Y. Srinivasan k...@microsoft.com
Signed-off-by: H. Peter Anvin h...@linux.intel.com
---
 drivers/hv/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig
index b38ef6d..64630f1 100644
--- a/drivers/hv/Kconfig
+++ b/drivers/hv/Kconfig
@@ -2,7 +2,7 @@ menu Microsoft Hyper-V guest support
 
 config HYPERV
tristate Microsoft Hyper-V client drivers
-   depends on X86  ACPI  PCI
+   depends on X86  ACPI  PCI  X86_LOCAL_APIC
help
  Select this option to run Linux as a Hyper-V client operating
  system.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


RE: [tip:x86/hyperv] x86, hyperv: HYPERV depends on X86_LOCAL_APIC

2013-02-12 Thread KY Srinivasan


 -Original Message-
 From: tip tree robot [mailto:tip...@zytor.com] On Behalf Of tip-bot for H. 
 Peter
 Anvin
 Sent: Tuesday, February 12, 2013 8:59 PM
 To: linux-tip-comm...@vger.kernel.org
 Cc: linux-kernel@vger.kernel.org; h...@zytor.com; mi...@kernel.org; KY
 Srinivasan; t...@linutronix.de; h...@linux.intel.com
 Subject: [tip:x86/hyperv] x86, hyperv: HYPERV depends on X86_LOCAL_APIC
 
 Commit-ID:  cb20e5f2c8d6ba7440a32f4d70c0755bceb36e78
 Gitweb:
 http://git.kernel.org/tip/cb20e5f2c8d6ba7440a32f4d70c0755bceb36e78
 Author: H. Peter Anvin h...@linux.intel.com
 AuthorDate: Tue, 12 Feb 2013 17:46:23 -0800
 Committer:  H. Peter Anvin h...@linux.intel.com
 CommitDate: Tue, 12 Feb 2013 17:46:23 -0800
 
 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-
 bc2b0331e077f576369a2b6c75d15ed4de4ef...@git.kernel.org
 Cc: K. Y. Srinivasan k...@microsoft.com
 Signed-off-by: H. Peter Anvin h...@linux.intel.com
 ---
  drivers/hv/Kconfig | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig
 index b38ef6d..64630f1 100644
 --- a/drivers/hv/Kconfig
 +++ b/drivers/hv/Kconfig
 @@ -2,7 +2,7 @@ menu Microsoft Hyper-V guest support
 
  config HYPERV
   tristate Microsoft Hyper-V client drivers
 - depends on X86  ACPI  PCI
 + depends on X86  ACPI  PCI  X86_LOCAL_APIC
   help
 Select this option to run Linux as a Hyper-V client operating
 system.
 
Thank you.

K. Y
N�r��yb�X��ǧv�^�)޺{.n�+{zX����ܨ}���Ơz�j:+v���zZ+��+zf���h���~i���z��w���?��)ߢf��^jǫy�m��@A�a���
0��h���i