From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11068 invoked by alias); 24 Mar 2006 18:47:00 -0000 Received: (qmail 11057 invoked by uid 22791); 24 Mar 2006 18:46:59 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 24 Mar 2006 18:46:57 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k2OIkt0c004321; Fri, 24 Mar 2006 13:46:55 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id k2OIkt3O030470; Fri, 24 Mar 2006 13:46:55 -0500 Received: from vpn83-124.boston.redhat.com (vpn83-124.boston.redhat.com [172.16.83.124]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id k2OIkrMm025862; Fri, 24 Mar 2006 13:46:54 -0500 Subject: Re: [patch] ppc64 patch for new benchmark framework From: Martin Hunt To: "Gui,Jian" Cc: SystemTAP In-Reply-To: <001e01c64f2f$05dc51e0$9d85b509@IBM528414E28E4> References: <1142416360.27792.8.camel@dragon> <001e01c64f2f$05dc51e0$9d85b509@IBM528414E28E4> Content-Type: text/plain Organization: Red Hat Inc. Date: Fri, 24 Mar 2006 18:47:00 -0000 Message-Id: <1143226012.3384.2.camel@dragon> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-3.fc4) Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2006-q1/txt/msg00874.txt.bz2 On Fri, 2006-03-24 at 18:37 +0800, Gui,Jian wrote: > This patch is to fix three maybe bugs of the new benchmark framework > on ppc64. Thank you for the patch. I have applied it and checked the new code into CVS. Martin