diff options
author | Steven Price <steven.price@arm.com> | 2019-10-24 15:31:11 +0200 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2019-10-24 15:49:45 +0200 |
commit | c7892db5dd6afe921ead502aff7440a1e450d947 (patch) | |
tree | 7805ab4f2d9215e71f0155028819f27bfe73e699 /arch/arm64/include/uapi | |
parent | arm64: Retrieve stolen time as paravirtualized guest (diff) | |
download | linux-c7892db5dd6afe921ead502aff7440a1e450d947.tar.xz linux-c7892db5dd6afe921ead502aff7440a1e450d947.zip |
KVM: arm64: Select TASK_DELAY_ACCT+TASKSTATS rather than SCHEDSTATS
SCHEDSTATS requires DEBUG_KERNEL (and PROC_FS) and therefore isn't a
good choice for enabling the scheduling statistics required for stolen
time.
Instead match the x86 configuration and select TASK_DELAY_ACCT and
TASKSTATS. This adds the dependencies of NET && MULTIUSER for arm64 KVM.
Suggested-by: Marc Zyngier <maz@kernel.org>
Fixes: 8564d6372a7d ("KVM: arm64: Support stolen time reporting via shared structure")
Signed-off-by: Steven Price <steven.price@arm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'arch/arm64/include/uapi')
0 files changed, 0 insertions, 0 deletions