diff options
| author | Randy Dunlap <rdunlap@xenotime.net> | 2011-07-25 11:01:09 -0700 |
|---|---|---|
| committer | Avi Kivity <avi@redhat.com> | 2011-07-27 14:22:06 +0300 |
| commit | fd079facb3fdd1b0517f0b2087ac05c30ea09cfe (patch) | |
| tree | ddaa14cf3fc0b70eb5a9e1f48002e5558f6ffce0 /arch/x86 | |
| parent | b6844e8f64920cdee620157252169ba63afb0c89 (diff) | |
| download | cachepc-linux-fd079facb3fdd1b0517f0b2087ac05c30ea09cfe.tar.gz cachepc-linux-fd079facb3fdd1b0517f0b2087ac05c30ea09cfe.zip | |
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/x86')
| -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 988724b236b6..0a09b58bb1cb 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 |
