From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzAXk-0007YW-TC for qemu-devel@nongnu.org; Tue, 16 Jul 2013 15:04:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzAXj-00028D-HM for qemu-devel@nongnu.org; Tue, 16 Jul 2013 15:04:12 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]:59097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzAXj-00027S-8Z for qemu-devel@nongnu.org; Tue, 16 Jul 2013 15:04:11 -0400 Message-ID: <51E5990A.5010403@Vivier.EU> Date: Tue, 16 Jul 2013 21:03:38 +0200 From: Laurent Vivier MIME-Version: 1.0 References: <1373996700-29286-1-git-send-email-peter.maydell@linaro.org> <1373996700-29286-9-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1373996700-29286-9-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v3 08/13] linux-user: Enable NPTL for m68k List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Jia Liu , patches@linaro.org, Riku Voipio , Alexander Graf , qemu-devel@nongnu.org, Blue Swirl , "Edgar E. Iglesias" , Guan Xuetao , Aurelien Jarno , Richard Henderson Le 16/07/2013 19:44, Peter Maydell a écrit : > For m68k, per-thread data is a purely kernel construct with no > CPU level support. Implement it via a field in the TaskState structure, > used by cpu_set_tls() and the set_thread_area/get_thread_area > syscalls. This allows us to enable compilation with NPTL. > > Signed-off-by: Peter Maydell Reviewed-by: Laurent Vivier