summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2017-02-18 15:36:37 -0500
committerMike Pagano <mpagano@gentoo.org>2017-02-18 15:36:37 -0500
commit8b5b85e5fc0357bff74af56a05705c732dacf468 (patch)
treeed4c2361c50f1f73cac4f44c3bd23665818e0295
parentUpdate gentoo kconfig patch adding CHECKPOINT_RESTORE for GENTOO_LINUX_INIT_S... (diff)
downloadlinux-patches-8b5b85e5fc0357bff74af56a05705c732dacf468.tar.gz
linux-patches-8b5b85e5fc0357bff74af56a05705c732dacf468.tar.bz2
linux-patches-8b5b85e5fc0357bff74af56a05705c732dacf468.zip
For GENTOO_LINUX_INIT_SYSTEMD don't add DMIID for non X86 architectures. See bug #609590.
-rw-r--r--4567_distro-Gentoo-Kconfig.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index acb09725..4a88040f 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -7,8 +7,8 @@
+source "distro/Kconfig"
+
source "arch/$SRCARCH/Kconfig"
---- /dev/null 2016-11-15 00:56:18.320838834 -0500
-+++ b/distro/Kconfig 2016-11-16 06:24:29.457357409 -0500
+--- /dev/null 2017-02-18 04:25:56.900821893 -0500
++++ b/distro/Kconfig 2017-02-18 10:41:16.512328155 -0500
@@ -0,0 +1,142 @@
+menu "Gentoo Linux"
+
@@ -115,7 +115,7 @@
+ select CGROUPS
+ select CHECKPOINT_RESTORE
+ select DEVPTS_MULTIPLE_INSTANCES
-+ select DMIID
++ select DMIID if X86_32 || X86_64 || X86
+ select EPOLL
+ select FANOTIFY
+ select FHANDLE