Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1438237 > unrolled thread
| Started by | "Jan Beulich" <JBeulich@suse.com> |
|---|---|
| First post | 2016-07-07 09:40 +0200 |
| Last post | 2016-07-07 11:50 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[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
| From | "Jan Beulich" <JBeulich@suse.com> |
|---|---|
| Date | 2016-07-07 09:40 +0200 |
| Subject | [PATCH] xen/mcelog: also build for x86-32 |
| Message-ID | <rSc4G-3S8-31@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | "Jan Beulich" <JBeulich@suse.com> |
|---|---|
| Date | 2016-07-07 11:50 +0200 |
| Subject | Re: [Xen-devel] [PATCH] xen/mcelog: also build for x86-32 |
| Message-ID | <rSe6u-59g-27@gated-at.bofh.it> |
| In reply to | #1438237 |
>>> 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
[toc] | [prev] | [next] | [standalone]
| From | David Vrabel <david.vrabel@citrix.com> |
|---|---|
| Date | 2016-07-07 11:50 +0200 |
| Subject | Re: [Xen-devel] [PATCH] xen/mcelog: also build for x86-32 |
| Message-ID | <rSe6u-59g-29@gated-at.bofh.it> |
| In reply to | #1438237 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web