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

* Re: [PATCH] xen/mcelog: also build for x86-32
  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>
  1 sibling, 0 replies; 3+ messages in thread
From: David Vrabel @ 2016-07-07  9:40 UTC (permalink / raw)
  To: Jan Beulich, david.vrabel, boris.ostrovsky, Juergen Gross
  Cc: xen-devel, linux-kernel

On 07/07/16 08:35, Jan Beulich wrote:
> There's no reason why this would need to be limited to x86-64.

Did you test it?

David

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

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

* Re: [PATCH] xen/mcelog: also build for x86-32
       [not found] ` <577E2383.60908@citrix.com>
@ 2016-07-07  9:46   ` Jan Beulich
  0 siblings, 0 replies; 3+ messages in thread
From: Jan Beulich @ 2016-07-07  9:46 UTC (permalink / raw)
  To: david.vrabel; +Cc: Juergen Gross, xen-devel, boris.ostrovsky, linux-kernel

>>> On 07.07.16 at 11:40, <david.vrabel@citrix.com> wrote:
> On 07/07/16 08:35, Jan Beulich wrote:
>> There's no reason why this would need to be limited to x86-64.
> 
> Did you test it?

Well, its original version in the 2.6.18 tree did get enabled for 32-bit
use in the course of forward porting those patches, and things work
there. I don't have a 32-bit pv-ops Dom0 setup anywhere. So feel
free to ignore this patch.

Jan


_______________________________________________
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).