diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2011-07-25 18:01:09 (GMT) |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-07-27 11:22:06 (GMT) |
commit | fd079facb3fdd1b0517f0b2087ac05c30ea09cfe (patch) | |
tree | ddaa14cf3fc0b70eb5a9e1f48002e5558f6ffce0 /arch | |
parent | b6844e8f64920cdee620157252169ba63afb0c89 (diff) | |
download | linux-fsl-qoriq-fd079facb3fdd1b0517f0b2087ac05c30ea09cfe.tar.xz |
KVM: fix TASK_DELAY_ACCT kconfig warning
Fix kconfig dependency warning:
warning: (KVM) selects TASK_DELAY_ACCT which has unmet direct dependencies (TASKSTATS)
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kvm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kvm/Kconfig b/arch/x86/kvm/Kconfig index 988724b..0a09b58 100644 --- a/arch/x86/kvm/Kconfig +++ b/arch/x86/kvm/Kconfig @@ -31,6 +31,7 @@ config KVM select KVM_ASYNC_PF select USER_RETURN_NOTIFIER select KVM_MMIO + select TASKSTATS select TASK_DELAY_ACCT ---help--- Support hosting fully virtualized guest machines using hardware |