This website requires JavaScript.
Explore
Help
Sign In
rpms
/
kernel
Watch
3
Star
0
Fork
0
You've already forked kernel
Code
Issues
Pull Requests
Releases
Wiki
Activity
a5b9841d27
kernel
/
configs
/
fedora
/
generic
/
s390x
/
CONFIG_TICK_CPU_ACCOUNTING
2 lines
40 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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>
2018-11-13 16:57:19 +00:00
# CONFIG_TICK_CPU_ACCOUNTING is not set
Reference in New Issue
Copy Permalink