xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xen/mcelog: also build for x86-32
@ 2016-07-07  7:35 Jan Beulich
  2016-07-07  9:40 ` David Vrabel
       [not found] ` <577E2383.60908@citrix.com>
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Beulich @ 2016-07-07  7:35 UTC (permalink / raw)
  To: david.vrabel, boris.ostrovsky, Juergen Gross; +Cc: xen-devel, linux-kernel

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




_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-07  9:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-07  7:35 [PATCH] xen/mcelog: also build for x86-32 Jan Beulich
2016-07-07  9:40 ` David Vrabel
     [not found] ` <577E2383.60908@citrix.com>
2016-07-07  9:46   ` Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).