projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6025a7
)
[PATCH] vmi-versus-hrtimers
author
Andrew Morton
<
[email protected]
>
Fri, 16 Feb 2007 09:27:23 +0000
(
01:27
-0800)
committer
Linus Torvalds
<
[email protected]
>
Fri, 16 Feb 2007 16:13:56 +0000
(08:13 -0800)
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 <
[email protected]
>
Cc: Andi Kleen <
[email protected]
>
Cc: Jeremy Fitzhardinge <
[email protected]
>
Cc: Rusty Russell <
[email protected]
>
Cc: Chris Wright <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/i386/Kconfig
patch
|
blob
|
history
diff --git
a/arch/i386/Kconfig
b/arch/i386/Kconfig
index 595fb771366ec715ecd390737b0697257db5f9f7..4ea31c327d1f44e1f48d0729c8ff8701eca9c0c9 100644
(file)
--- a/
arch/i386/Kconfig
+++ b/
arch/i386/Kconfig
@@
-205,7
+205,7
@@
config PARAVIRT
config VMI
bool "VMI Paravirt-ops support"
- depends on PARAVIRT
+ depends on PARAVIRT
&& !NO_HZ
default y
help
VMI provides a paravirtualized interface to multiple hypervisors