From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yosuke Iwamatsu Subject: [PATCH] Fix the build with perfc=y Date: Tue, 10 Jun 2008 15:57:01 +0900 Message-ID: <484E25BD.2090302@ab.jp.nec.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------030600050800010000040206" 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. --------------030600050800010000040206 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Build fails with perfc=y since changeset 17781, due to lack of the definition of PERFC_shadow_writeable_h_5. Regards, ----------------------- Yosuke Iwamatsu NEC Corporation --------------030600050800010000040206 Content-Type: all/allfiles; name="build_perfc.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="build_perfc.patch" Fix the build with perfc=y. Signed-off-by: Yosuke Iwamatsu diff -r b320cfe1f10f xen/include/asm-x86/perfc_defn.h --- a/xen/include/asm-x86/perfc_defn.h Thu Jun 05 13:04:07 2008 +0100 +++ b/xen/include/asm-x86/perfc_defn.h Tue Jun 10 10:25:16 2008 +0900 @@ -77,7 +77,8 @@ PERFCOUNTER(shadow_writeable_h_1, "shad PERFCOUNTER(shadow_writeable_h_1, "shadow writeable: 32b w2k3") PERFCOUNTER(shadow_writeable_h_2, "shadow writeable: 32pae w2k3") PERFCOUNTER(shadow_writeable_h_3, "shadow writeable: 64b w2k3") -PERFCOUNTER(shadow_writeable_h_4, "shadow writeable: linux/solaris") +PERFCOUNTER(shadow_writeable_h_4, "shadow writeable: linux low/solaris") +PERFCOUNTER(shadow_writeable_h_5, "shadow writeable: linux high") PERFCOUNTER(shadow_writeable_bf, "shadow writeable brute-force") PERFCOUNTER(shadow_mappings, "shadow removes all mappings") PERFCOUNTER(shadow_mappings_bf, "shadow rm-mappings brute-force") --------------030600050800010000040206 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 --------------030600050800010000040206--