public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] kvm: fix TASK_DELAY_ACCT kconfig warning
       [not found] <20110725162542.39ea8d8cbd51604523635c1a@canb.auug.org.au>
@ 2011-07-25 18:01 ` Randy Dunlap
  2011-07-27 11:19   ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2011-07-25 18:01 UTC (permalink / raw)
  To: Stephen Rothwell, akpm; +Cc: linux-next, LKML, kvm, x86

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(+)

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] kvm: fix TASK_DELAY_ACCT kconfig warning
  2011-07-25 18:01 ` [PATCH -next] kvm: fix TASK_DELAY_ACCT kconfig warning Randy Dunlap
@ 2011-07-27 11:19   ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2011-07-27 11:19 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Stephen Rothwell, akpm, linux-next, LKML, kvm, x86

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.

-- 
error compiling committee.c: too many arguments to function

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-27 11:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20110725162542.39ea8d8cbd51604523635c1a@canb.auug.org.au>
2011-07-25 18:01 ` [PATCH -next] kvm: fix TASK_DELAY_ACCT kconfig warning Randy Dunlap
2011-07-27 11:19   ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox