All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2nd percpu build fix
@ 2006-08-08 15:31 Alex Williamson
  0 siblings, 0 replies; only message in thread
From: Alex Williamson @ 2006-08-08 15:31 UTC (permalink / raw)
  To: Keir Fraser; +Cc: xen-devel

Keir,

   This one hasn't hit xen-unstable.hg yet, but xen-staging patch "[XEN]
Assorted further PER_CPU- or read_mostly-ifications." needs the below
include to build on ia64.  Please apply.  Thanks,

	Alex

Signed-off-by: Alex Williamson <alex.williamson@hp.com>
---

diff -r 1f05ac8abda6 xen/common/domain.c
--- a/xen/common/domain.c	Tue Aug 08 09:26:10 2006 -0600
+++ b/xen/common/domain.c	Tue Aug 08 09:29:08 2006 -0600
@@ -21,6 +21,7 @@
 #include <xen/hypercall.h>
 #include <xen/delay.h>
 #include <xen/shutdown.h>
+#include <xen/percpu.h>
 #include <asm/debugger.h>
 #include <public/dom0_ops.h>
 #include <public/sched.h>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-08-08 15:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-08 15:31 [PATCH] 2nd percpu build fix Alex Williamson

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.