projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e3f77d
)
xen/mcelog: also allow building for 32-bit kernels
author
Jan Beulich
<jbeulich@suse.com>
Mon, 11 Nov 2019 14:46:45 +0000
(15:46 +0100)
committer
Juergen Gross
<jgross@suse.com>
Thu, 14 Nov 2019 13:03:52 +0000
(14:03 +0100)
There's no apparent reason why it can be used on 64-bit only.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
drivers/xen/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/xen/Kconfig
b/drivers/xen/Kconfig
index a50dadd0109336d476a836b0f34b438ea0999671..b71f1ad1013c4860e828f1411f1bbac51ed4c0dc 100644
(file)
--- a/
drivers/xen/Kconfig
+++ b/
drivers/xen/Kconfig
@@
-286,7
+286,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_MCE
help
Allow kernel fetching MCE error from Xen platform and
converting it into Linux mcelog format for mcelog tools