From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5667 invoked by alias); 18 May 2009 20:40:31 -0000 Received: (qmail 5652 invoked by uid 22791); 18 May 2009 20:40:30 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_20,J_CHICKENPOX_33,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 18 May 2009 20:40:22 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n4IKeKCk016494 for ; Mon, 18 May 2009 16:40:20 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n4IKeJ75016375; Mon, 18 May 2009 16:40:19 -0400 Received: from localhost.localdomain (vpn-13-92.rdu.redhat.com [10.11.13.92]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n4IKeINM011761; Mon, 18 May 2009 16:40:18 -0400 Date: Mon, 18 May 2009 20:40:00 -0000 From: Kevin Buettner To: sid@sourceware.org Subject: Re: [RFA] Avoid write queue overflow in mep.cxx Message-ID: <20090518134018.72498287@redhat.com> In-Reply-To: <20090515173329.750f156b@redhat.com> References: <20090515173329.750f156b@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Mailing-List: contact sid-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00009.txt.bz2 On Fri, 15 May 2009 17:33:29 -0700 Kevin Buettner wrote: > * mep.cxx (mep_cpu::reset): Call `h_regs_flush_write_queue'. Committed. (FChE approved it off-list.) Kevin