* [PATCH] xen: fix mcelog/stub depend issue in Kconfig
@ 2015-02-13 16:32 Yi Li
2015-02-13 16:50 ` [Xen-devel] " David Vrabel
0 siblings, 1 reply; 2+ messages in thread
From: Yi Li @ 2015-02-13 16:32 UTC (permalink / raw)
To: yili, linux-kernel, xen-devel; +Cc: david.vrabel, jinsong.liu, Yi Li
From: Yi Li <yilikernel@gmail.com>
Fix support mcelog/stub in Kconfig for Xen X86 platform
Signed-off-by: Yi Li <yilikernel@gmail.com>
---
drivers/xen/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig
index b812462..83ae68a 100644
--- a/drivers/xen/Kconfig
+++ b/drivers/xen/Kconfig
@@ -188,7 +188,7 @@ config XEN_PRIVCMD
config XEN_STUB
bool "Xen stub drivers"
- depends on XEN && X86_64 && BROKEN
+ depends on XEN && X86 && BROKEN
default n
help
Allow kernel to install stub drivers, to reserve space for Xen drivers,
@@ -240,7 +240,7 @@ config XEN_ACPI_PROCESSOR
config XEN_MCE_LOG
bool "Xen platform mcelog"
- depends on XEN_DOM0 && X86_64 && X86_MCE
+ depends on XEN_DOM0 && X86 && X86_MCE
default n
help
Allow kernel fetching MCE error from Xen platform and
--
1.7.12.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Xen-devel] [PATCH] xen: fix mcelog/stub depend issue in Kconfig
2015-02-13 16:32 [PATCH] xen: fix mcelog/stub depend issue in Kconfig Yi Li
@ 2015-02-13 16:50 ` David Vrabel
0 siblings, 0 replies; 2+ messages in thread
From: David Vrabel @ 2015-02-13 16:50 UTC (permalink / raw)
To: Yi Li, yili, linux-kernel, xen-devel; +Cc: jinsong.liu, Yi Li, david.vrabel
On 13/02/15 16:32, Yi Li wrote:
>
> From: Yi Li <yilikernel@gmail.com>
>
> Fix support mcelog/stub in Kconfig for Xen X86 platform
Is this actually sufficient? I'm fairly sure the Xen MCE driver does
not correctly handle the 64-bit ABI that Xen provides and there would
need to be some compat translations done.
> Signed-off-by: Yi Li <yilikernel@gmail.com>
> ---
> drivers/xen/Kconfig | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig
> index b812462..83ae68a 100644
> --- a/drivers/xen/Kconfig
> +++ b/drivers/xen/Kconfig
> @@ -188,7 +188,7 @@ config XEN_PRIVCMD
>
> config XEN_STUB
> bool "Xen stub drivers"
> - depends on XEN && X86_64 && BROKEN
> + depends on XEN && X86 && BROKEN
> default n
> help
> Allow kernel to install stub drivers, to reserve space for Xen drivers,
> @@ -240,7 +240,7 @@ config XEN_ACPI_PROCESSOR
>
> config XEN_MCE_LOG
> bool "Xen platform mcelog"
> - depends on XEN_DOM0 && X86_64 && X86_MCE
> + depends on XEN_DOM0 && X86 && X86_MCE
> default n
> help
> Allow kernel fetching MCE error from Xen platform and
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-13 16:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-13 16:32 [PATCH] xen: fix mcelog/stub depend issue in Kconfig Yi Li
2015-02-13 16:50 ` [Xen-devel] " David Vrabel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox