projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6844e8
)
KVM: fix TASK_DELAY_ACCT kconfig warning
author
Randy Dunlap
<rdunlap@xenotime.net>
Mon, 25 Jul 2011 18:01:09 +0000
(11:01 -0700)
committer
Avi Kivity
<avi@redhat.com>
Wed, 27 Jul 2011 11:22:06 +0000
(14:22 +0300)
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>
arch/x86/kvm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/x86/kvm/Kconfig
b/arch/x86/kvm/Kconfig
index 988724b236b645466f337677fb2b2c950a252dc1..0a09b58bb1cb6bf568a828551f0ac3275a81a962 100644
(file)
--- 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