From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LgxJ0-0004CR-Sq for qemu-devel@nongnu.org; Tue, 10 Mar 2009 04:27:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LgxIz-0004CF-43 for qemu-devel@nongnu.org; Tue, 10 Mar 2009 04:27:17 -0400 Received: from [199.232.76.173] (port=59551 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LgxIz-0004CC-0B for qemu-devel@nongnu.org; Tue, 10 Mar 2009 04:27:17 -0400 Received: from fg-out-1718.google.com ([72.14.220.152]:2405) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LgxIx-0002Kl-FZ for qemu-devel@nongnu.org; Tue, 10 Mar 2009 04:27:16 -0400 Received: by fg-out-1718.google.com with SMTP id e21so903663fga.8 for ; Tue, 10 Mar 2009 01:27:13 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 10 Mar 2009 10:27:13 +0200 Message-ID: <94a0d4530903100127g253c92cevdbbdd6a81f4df5ec@mail.gmail.com> Subject: Re: [Qemu-devel] [6735] The _exit syscall is used for both thread termination in NPTL applications , From: Felipe Contreras Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno On Sat, Mar 7, 2009 at 5:25 PM, Paul Brook wrote: > Revision: 6735 > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0http://svn.sv.gnu.org/viewvc/?view=3Dre= v&root=3Dqemu&revision=3D6735 > Author: =C2=A0 pbrook > Date: =C2=A0 =C2=A0 2009-03-07 15:24:59 +0000 (Sat, 07 Mar 2009) > Log Message: > ----------- > The _exit syscall is used for both thread termination in NPTL application= s, > and process termination in legacy applications. =C2=A0Try to guess which = we want > based on the presence of multiple threads. > > Also implement locking when modifying the CPU list. This fixes a regression in arm-linux-user, it should be pushed into the stable branch, right? --=20 Felipe Contreras