All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-ppc-devel] [PATCH] Use CONFIG_PREEMPT_NOTIFIERS around struct
@ 2008-01-28 23:42 ` Hollis Blanchard
  0 siblings, 0 replies; 14+ messages in thread
From: Hollis Blanchard @ 2008-01-28 23:42 UTC (permalink / raw)
  To: Avi Kivity
  Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	kvm-ppc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

# HG changeset patch
# User Hollis Blanchard <hollisb@us.ibm.com>
# Date 1201563731 21600
# Node ID 6a2f4869cf5da00fa0ccacc9188ea493459ce4cb
# Parent  a6dd6b5a597903a069cb9711f73ea1b5c4f0b764
This allows kvm_host.h to be #included even when struct preempt_notifier is
undefined. This is needed to build asm-offsets.h.

Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>

---
1 file changed, 2 insertions(+)
include/linux/kvm_host.h |    2 ++


diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -67,7 +67,9 @@ void kvm_io_bus_register_dev(struct kvm_
 
 struct kvm_vcpu {
 	struct kvm *kvm;
+#ifdef CONFIG_PREEMPT_NOTIFIERS
 	struct preempt_notifier preempt_notifier;
+#endif
 	int vcpu_id;
 	struct mutex mutex;
 	int   cpu;

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-ppc-devel mailing list
kvm-ppc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2008-01-30 13:44 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-28 23:42 [kvm-ppc-devel] [PATCH] Use CONFIG_PREEMPT_NOTIFIERS around struct Hollis Blanchard
2008-01-28 23:42 ` [PATCH] Use CONFIG_PREEMPT_NOTIFIERS around struct preempt_notifier Hollis Blanchard
2008-01-29  8:54 ` [kvm-ppc-devel] [PATCH] Use CONFIG_PREEMPT_NOTIFIERS around Avi Kivity
2008-01-29  8:54   ` [PATCH] Use CONFIG_PREEMPT_NOTIFIERS around struct preempt_notifier Avi Kivity
2008-01-29 23:22 ` [kvm-ppc-devel] [kvm-devel] [PATCH] Use Chris Lalancette
2008-01-29 23:22   ` [PATCH] Use CONFIG_PREEMPT_NOTIFIERS around struct preempt_notifier Chris Lalancette
     [not found]   ` <479FB535.5080302-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2008-01-29 23:41     ` [kvm-ppc-devel] [kvm-devel] [PATCH] Hollis Blanchard
2008-01-29 23:41       ` [kvm-ppc-devel] [PATCH] Use CONFIG_PREEMPT_NOTIFIERS around struct preempt_notifier Hollis Blanchard
2008-01-30  1:04     ` [kvm-ppc-devel] [kvm-devel] [PATCH] Use Hollis Blanchard
2008-01-30  1:04       ` [PATCH] Use CONFIG_PREEMPT_NOTIFIERS around struct preempt_notifier Hollis Blanchard
2008-01-30  9:55     ` [kvm-ppc-devel] [kvm-devel] [PATCH] Use Avi Kivity
2008-01-30  9:55       ` [PATCH] Use CONFIG_PREEMPT_NOTIFIERS around struct preempt_notifier Avi Kivity
     [not found]       ` <47A049A6.6070007-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2008-01-30 13:44         ` [kvm-ppc-devel] [kvm-devel] [PATCH] Use Chris Lalancette
2008-01-30 13:44           ` [PATCH] Use CONFIG_PREEMPT_NOTIFIERS around struct preempt_notifier Chris Lalancette

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.