From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Thomas Subject: [PATCH] fix perfc_incrc build issue Date: Thu, 22 Feb 2007 17:53:24 -0500 Message-ID: <45DE1EE4.8070206@virtualiron.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------010805030800020803010305" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------010805030800020803010305 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 --------------010805030800020803010305 Content-Type: text/x-patch; name="xen-fix_perfc_incrc.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="xen-fix_perfc_incrc.patch" 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 #include +#include /* * NOTE: new counters must be defined in perfc_defn.h --------------010805030800020803010305 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------010805030800020803010305--