Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1438237

[PATCH] xen/mcelog: also build for x86-32

From "Jan Beulich" <JBeulich@suse.com>
Newsgroups linux.kernel
Subject [PATCH] xen/mcelog: also build for x86-32
Date 2016-07-07 09:40 +0200
Message-ID <rSc4G-3S8-31@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


There's no reason why this would need to be limited to x86-64.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
---
 drivers/xen/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- 4.7-rc6-xen.orig/drivers/xen/Kconfig
+++ 4.7-rc6-xen/drivers/xen/Kconfig
@@ -264,7 +264,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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] xen/mcelog: also build for x86-32 "Jan Beulich" <JBeulich@suse.com> - 2016-07-07 09:40 +0200
  Re: [Xen-devel] [PATCH] xen/mcelog: also build for x86-32 "Jan Beulich" <JBeulich@suse.com> - 2016-07-07 11:50 +0200
  Re: [Xen-devel] [PATCH] xen/mcelog: also build for x86-32 David Vrabel <david.vrabel@citrix.com> - 2016-07-07 11:50 +0200

csiph-web