From patchwork Fri Feb 18 15:20:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeremy Chang X-Patchwork-Id: 170 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:40:32 -0000 Delivered-To: patches@linaro.org Received: by 10.146.25.23 with SMTP id 23cs99388yay; Fri, 18 Feb 2011 07:20:31 -0800 (PST) Received: by 10.216.199.81 with SMTP id w59mr1610299wen.100.1298042430506; Fri, 18 Feb 2011 07:20:30 -0800 (PST) Received: from mail-wy0-f178.google.com (mail-wy0-f178.google.com [74.125.82.178]) by mx.google.com with ESMTPS id g65si3316126wej.116.2011.02.18.07.20.29 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 18 Feb 2011 07:20:30 -0800 (PST) Received-SPF: pass (google.com: domain of shunyu.chang@gmail.com designates 74.125.82.178 as permitted sender) client-ip=74.125.82.178; Authentication-Results: mx.google.com; spf=pass (google.com: domain of shunyu.chang@gmail.com designates 74.125.82.178 as permitted sender) smtp.mail=shunyu.chang@gmail.com; dkim=pass (test mode) header.i=@gmail.com Received: by wyb42 with SMTP id 42so3667312wyb.37 for ; Fri, 18 Feb 2011 07:20:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=tYD4k4U3x0VOh6zPgIz13FyLpKfA6aXxjtpdqufyvko=; b=t73X3+oHFUEohVfSylJ//FV3lwuZVF5bAz8QwrGIn1/ySbhztW/M6QE5N2IS+A2kQY DcEwVFcBfi0p40FnVPAt4GvS8JKH45UF3S/7IuZbhK6IpIh9wNTB+NsMKqm8keOGw6Dr JNQMjDXyHUTjDg3GTPe+EiFzPZ8UVjZt6CTVw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type; b=MGE0a4RH246lv7SaS23HWdEToWPn3wyOO5uPUPbCc8GWVNrDQm256PcuAu/8PFajFd xLK8+oWGEFqZ6hs9A32tacroTCPyLJEAoKMmIBDCsHldMsXDVtdCKdyW3jRhJkwsFNXm 25L+QL5OYPwb3VOcv8J9lvK4VEIDSglCKQD/w= Received: by 10.216.7.205 with SMTP id 55mr1608237wep.96.1298042429528; Fri, 18 Feb 2011 07:20:29 -0800 (PST) MIME-Version: 1.0 Sender: shunyu.chang@gmail.com Received: by 10.216.35.3 with HTTP; Fri, 18 Feb 2011 07:20:09 -0800 (PST) From: Jeremy Chang Date: Fri, 18 Feb 2011 23:20:09 +0800 X-Google-Sender-Auth: 28JcIxCaMQSTcaeAdrLjo6stjpo Message-ID: Subject: [PATCH] device/linaro/beagleboard: Enable Android TLS for beagleboard To: linaro-dev@lists.linaro.org Cc: patches , Patrik Ryd The OMAP3530 processor on Beagleboard is ARMv7 architecture that has hardware TLS (Thread Local Storage). Enable TLS. Signed-off-by: Jeremy Chang --- BoardConfig.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index f05973e..f0703c7 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -19,7 +19,7 @@ TARGET_CPU_ABI2 := armeabi # Enable NEON feature TARGET_ARCH_VARIANT := armv7-a-neon -ARCH_ARM_HAVE_TLS_REGISTER := false +ARCH_ARM_HAVE_TLS_REGISTER := true EXTRA_PACKAGE_MANAGEMENT := false ALLOW_LGPL := true