mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-25 16:11:45 +00:00
[PATCH] vmi-versus-hrtimers
arch/i386/kernel/built-in.o: In function `vmi_stop_hz_timer': : undefined reference to `next_timer_interrupt' If CONFIG_NO_HZ, next_timer_interrupt() doesn't exist (and presumably doesn't make sense). Perhaps VMI shouildn't be playing with timer internals at this level. Cc: Zachary Amsden <zach@vmware.com> Cc: Andi Kleen <ak@suse.de> Cc: Jeremy Fitzhardinge <jeremy@xensource.com> Cc: Rusty Russell <rusty@rustcorp.com.au> Cc: Chris Wright <chrisw@sous-sol.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
c6025a79f5
commit
b463fc6073
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ config PARAVIRT
|
||||||
|
|
||||||
config VMI
|
config VMI
|
||||||
bool "VMI Paravirt-ops support"
|
bool "VMI Paravirt-ops support"
|
||||||
depends on PARAVIRT
|
depends on PARAVIRT && !NO_HZ
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
VMI provides a paravirtualized interface to multiple hypervisors
|
VMI provides a paravirtualized interface to multiple hypervisors
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue