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 <[email protected]>
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