All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix perfc_incrc build issue
@ 2007-02-22 22:53 Ben Thomas
  0 siblings, 0 replies; only message in thread
From: Ben Thomas @ 2007-02-22 22:53 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 618 bytes --]

Fix perfc_incrc compilation problems caused by recent change.
Compiling with perfc_arrays=y will currently fail.

Simply solved by explicit inclusion of smp.h include, which
was formerly implicitly included.

Signed-off-by: Ben Thomas (ben@virtualiron.com)

-- 
------------------------------------------------------------------------
Ben Thomas                                         Virtual Iron Software
bthomas@virtualiron.com                            Tower 1, Floor 2
978-849-1214                                       900 Chelmsford Street
                                                    Lowell, MA 01851

[-- Attachment #2: xen-fix_perfc_incrc.patch --]
[-- Type: text/x-patch, Size: 524 bytes --]

Fix perfc_incrc compilation problems caused by recent change.

Simply solved by explicit inclusion of smp.h include, which
was formerly implicitly included.

Signed-off-by: Ben Thomas (ben@virtualiron.com)


diff -r 07e7ff7fa1c0 xen/include/xen/perfc.h
--- a/xen/include/xen/perfc.h	Thu Feb 22 17:13:00 2007 -0500
+++ b/xen/include/xen/perfc.h	Thu Feb 22 17:30:47 2007 -0500
@@ -6,6 +6,7 @@
 
 #include <xen/lib.h>
 #include <asm/atomic.h>
+#include <xen/smp.h>
 
 /* 
  * NOTE: new counters must be defined in perfc_defn.h

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

only message in thread, other threads:[~2007-02-22 22:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-22 22:53 [PATCH] fix perfc_incrc build issue Ben Thomas

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.