From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8353 invoked by alias); 23 Sep 2013 19:51:24 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 8343 invoked by uid 89); 23 Sep 2013 19:51:23 -0000 Received: from mail-ea0-f173.google.com (HELO mail-ea0-f173.google.com) (209.85.215.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 23 Sep 2013 19:51:23 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: mail-ea0-f173.google.com Received: by mail-ea0-f173.google.com with SMTP id g10so2000314eak.18 for ; Mon, 23 Sep 2013 12:51:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:content-type:content-transfer-encoding; bh=YybX+CtWQSgIPaPvDLL655N4Wk0SdcV6XZB5BdqIgfE=; b=hlVP7SNDTtzpxcdoc4rmhuYn7y5mlNsDnDQflufLOan/5JYbNRaryd8IQ4Rnum37qE XREW2+NPF2v+SWpU8tP/lzL1ZeZMX4/GK3ifnVYgoOCAyWqVdTZJGFea701Jmk2+NQkE zhZpJ5Naxy1uZSrYwKwxxwe1JwOjA4eUdjk9J4wfyEZ9kgfkGCwPAym/6yo0hZhObc5b SgS73qlYtGTSu150morijB9i7cwtaACpexPJ5DvXVO379vyOZj6Ogv9wMWSAHriDMx4g CYaA5WsxuHdv3ecGAb0ZAMV8OclYG1jreqqx6S7Opwno3R6sXi0xn46PuJPrsHMRokuw fuvQ== X-Gm-Message-State: ALoCoQmoXqZcEiPH96/9ETraGE0HY3rJweCToFN/ognT00ybn37V91K2J7UINU1Olf2BsVWgG060 X-Received: by 10.15.83.2 with SMTP id b2mr40051337eez.28.1379965880019; Mon, 23 Sep 2013 12:51:20 -0700 (PDT) Received: from localhost.localdomain (cpc6-seac21-2-0-cust453.7-2.cable.virginmedia.com. [82.1.113.198]) by mx.google.com with ESMTPSA id j7sm45124996eeo.15.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 23 Sep 2013 12:51:19 -0700 (PDT) Message-ID: <52409BB5.3020300@linaro.org> Date: Mon, 23 Sep 2013 19:51:00 -0000 From: Will Newton User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8 MIME-Version: 1.0 To: libc-ports@sourceware.org CC: patches@linaro.org Subject: [PATCH] ports/sysdeps/arm/nptl/tls.h: Remove TLS_INIT_TP_EXPENSIVE. Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00125.txt.bz2 This define was removed from the rest of the tree eight years ago. ports/ChangeLog.arm: 2013-09-23 Will Newton * ports/sysdeps/arm/nptl/tls.h (TLS_INIT_TP_EXPENSIVE): Remove macro. --- ports/sysdeps/arm/nptl/tls.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ports/sysdeps/arm/nptl/tls.h b/ports/sysdeps/arm/nptl/tls.h index 9a5e86c..e855507 100644 --- a/ports/sysdeps/arm/nptl/tls.h +++ b/ports/sysdeps/arm/nptl/tls.h @@ -127,10 +127,6 @@ typedef struct # define THREAD_COPY_POINTER_GUARD(descr) \ (((tcbhead_t *) (descr + 1))->pointer_guard = THREAD_GET_POINTER_GUARD ()) -/* Initializing the thread pointer will generate a SIGILL if the syscall - is not available. */ -#define TLS_INIT_TP_EXPENSIVE 1 - /* Get and set the global scope generation counter in struct pthread. */ #define THREAD_GSCOPE_FLAG_UNUSED 0 #define THREAD_GSCOPE_FLAG_USED 1 -- 1.8.1.4