diff mbox

[-next] kvm: fix TASK_DELAY_ACCT kconfig warning

Message ID 20110725110109.b06fe691.rdunlap@xenotime.net (mailing list archive)
State New, archived
Headers show

Commit Message

Randy Dunlap July 25, 2011, 6:01 p.m. UTC
From: Randy Dunlap <rdunlap@xenotime.net>

Fix kconfig dependency warning:

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

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

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Avi Kivity July 27, 2011, 11:19 a.m. UTC | #1
On 07/25/2011 09:01 PM, Randy Dunlap wrote:
> From: Randy Dunlap<rdunlap@xenotime.net>
>
> Fix kconfig dependency warning:
>
> warning: (KVM) selects TASK_DELAY_ACCT which has unmet direct dependencies (TASKSTATS)

Applied, thanks.
diff mbox

Patch

--- 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