summaryrefslogtreecommitdiffstats
path: root/kernel-i686-debug.config
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2018-11-13 17:57:19 +0100
committerJustin M. Forbes <jforbes@fedoraproject.org>2018-11-15 13:44:46 -0800
commit3e4010f25ec6c6eb8ffa5c8c90e041427de2212f (patch)
tree368bb982e4d7eef3431eb8b446fcaabeaad33cc0 /kernel-i686-debug.config
parent23a14040dbf66405d2eabd50a9b859eaebd522b2 (diff)
downloadkernel-3e4010f25ec6c6eb8ffa5c8c90e041427de2212f.tar.gz
kernel-3e4010f25ec6c6eb8ffa5c8c90e041427de2212f.tar.xz
kernel-3e4010f25ec6c6eb8ffa5c8c90e041427de2212f.zip
configs: correct cpu accounting configuration
The shipped .config files all have CONFIG_TICK_CPU_ACCOUNTING and CONFIG_VIRT_CPU_ACCOUNTING_NATIVE set. The x86_64 .config files additionaly have CONFIG_VIRT_CPU_ACCOUNTING_GEN set. This is wrong because each .config should have just one of these three set. As a result the build generates [...]:warning: override: VIRT_CPU_ACCOUNTING_NATIVE changes choice state 24 times and [...]:warning: override: VIRT_CPU_ACCOUNTING_GEN changes choice state 4 times. So let's make sure the shipped .config files only have one of these three Kconfig macros set (ie, the one that's relevant for that .config target). Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Diffstat (limited to 'kernel-i686-debug.config')
-rw-r--r--kernel-i686-debug.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-i686-debug.config b/kernel-i686-debug.config
index 093806947..c6087d8cb 100644
--- a/kernel-i686-debug.config
+++ b/kernel-i686-debug.config
@@ -6380,7 +6380,7 @@ CONFIG_VIDEO_VIA_CAMERA=m
# CONFIG_VIDEO_ZORAN is not set
# CONFIG_VIPERBOARD_ADC is not set
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
-CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=y
+# CONFIG_VIRT_CPU_ACCOUNTING_NATIVE is not set
CONFIG_VIRT_DRIVERS=y
CONFIG_VIRTIO_BALLOON=m
CONFIG_VIRTIO_BLK=m