linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/11] Make hrtimers friendly to vmi
@ 2007-02-06  3:52 Zachary Amsden
  0 siblings, 0 replies; only message in thread
From: Zachary Amsden @ 2007-02-06  3:52 UTC (permalink / raw)
  To: Linux Kernel Mailing List, Andrew Morton, Andi Kleen,
	Rusty Russell, Jeremy Fitzhardinge, Chris Wright, Zachary Amsden

Highres timers no longer breaks with VMI turned on because the
required function is now exported even with hrtimers turned on.
Until hrtimers becomes the default for i386, we must still support
both timer modes, NO_HZ, and also NO_IDLE_HZ, which is paravirt
specific.

Signed-off-by: Zachary Amsden <zach@vmware.com>

diff -r 4141f5f8c54e arch/i386/Kconfig
--- a/arch/i386/Kconfig	Thu Feb 01 18:46:27 2007 -0800
+++ b/arch/i386/Kconfig	Thu Feb 01 18:53:21 2007 -0800
@@ -219,7 +219,7 @@ config PARAVIRT
 
 config VMI
 	bool "VMI Paravirt-ops support"
-	depends on PARAVIRT && !NO_HZ
+	depends on PARAVIRT
 	default y
 	help
 	  VMI provides a paravirtualized interface to multiple hypervisors

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-06  3:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-06  3:52 [PATCH 1/11] Make hrtimers friendly to vmi Zachary Amsden

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).