From: Avi Kivity <[EMAIL PROTECTED]>

Suggested by Andrea Arcangeli

Signed-off-by: Avi Kivity <[EMAIL PROTECTED]>

diff --git a/kernel/preempt.c b/kernel/preempt.c
index 06f102b..8bb0405 100644
--- a/kernel/preempt.c
+++ b/kernel/preempt.c
@@ -218,6 +218,8 @@ void preempt_notifier_sys_init(void)
        struct idt_desc idt_desc;
        struct intr_gate *int1_gate;
 
+       printk("kvm: emulating preempt notifiers;"
+              " do not benchmark on this machine\n");
        dprintk("\n");
        asm ("sidt %0" : "=m"(idt_desc));
        int1_gate = &idt_desc.gates[1];

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
kvm-commits mailing list
kvm-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-commits

Reply via email to