From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14762 invoked by alias); 9 Dec 2009 22:48:17 -0000 Received: (qmail 14751 invoked by uid 22791); 9 Dec 2009 22:48:14 -0000 X-SWARE-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) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 09 Dec 2009 22:48:09 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nB9Mlur2024391 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 9 Dec 2009 17:47:56 -0500 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nB9MltPk025361; Wed, 9 Dec 2009 17:47:55 -0500 Subject: Re: [PATCH 6/8] Use proper types for do_div From: Mark Wielaard To: avorontsov@ru.mvista.com Cc: systemtap@sourceware.org, linuxppc-dev@ozlabs.org In-Reply-To: <20091209160941.GA8539@oksana.dev.rtsoft.ru> References: <20091127223251.GA17065@oksana.dev.rtsoft.ru> <20091127223347.GF21805@oksana.dev.rtsoft.ru> <1260374194.31018.11.camel@springer.wildebeest.org> <20091209160941.GA8539@oksana.dev.rtsoft.ru> Content-Type: text/plain; charset="UTF-8" Date: Wed, 09 Dec 2009 22:48:00 -0000 Message-Id: <1260398874.509.1.camel@hermans.wildebeest.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2009-q4/txt/msg00872.txt.bz2 Hi Anton, On Wed, 2009-12-09 at 19:09 +0300, Anton Vorontsov wrote: > I think this should be fixed by this patch: > > http://sourceware.org/ml/systemtap/2009-q4/msg00800.html > > Can you try it? With this patch I see no new regressions on x86_64. Yes, that fixes everything. Sorry I didn't see that patch earlier. I see Wenji also tested it already. I have pushed it for you. Thanks, Mark