[PATCH -next] kvm: fix TASK_DELAY_ACCT kconfig warning

From: Randy Dunlap
Date: Mon Jul 25 2011 - 14:01:16 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>

Fix kconfig dependency warning:

warning: (KVM) selects TASK_DELAY_ACCT which has unmet direct dependencies (TASKSTATS)

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
---
arch/x86/kvm/Kconfig | 1 +
1 file changed, 1 insertion(+)

--- linux-next-20110725.orig/arch/x86/kvm/Kconfig
+++ linux-next-20110725/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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/