summaryrefslogtreecommitdiffstats
path: root/configs/fedora/generic/CONFIG_VIRT_CPU_ACCOUNTING_NATIVE
Commit message (Collapse)AuthorAgeFilesLines
* Linux v5.8.1Justin M. Forbes2020-08-121-0/+1
| | | | Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* kernel-5.7.0-0.rc1.20200414git8632e9b5645b.1Jeremy Cline2020-04-141-1/+0
| | | | | | This is an automated commit generated from the kernel-5.7.0-0.rc1.20200414git8632e9b5645b.1 tag in https://gitlab.com/cki-project/kernel-ark.git
* configs: correct cpu accounting configurationPaul Bolle2018-11-151-1/+1
| | | | | | | | | | | | | | | | | | | 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>
* Config updates for upstream kconfig patch ↵Justin M. Forbes2018-05-151-0/+1
17baab68d337a0bf4654091e2b4cd67c3fdb44d8