From: Ben Thomas <bthomas@virtualiron.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH] fix perfc_incrc build issue
Date: Thu, 22 Feb 2007 17:53:24 -0500 [thread overview]
Message-ID: <45DE1EE4.8070206@virtualiron.com> (raw)
[-- 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
reply other threads:[~2007-02-22 22:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45DE1EE4.8070206@virtualiron.com \
--to=bthomas@virtualiron.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.