From patchwork Fri Feb 18 15:21:44 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeremy Chang X-Patchwork-Id: 174 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:33 -0000 Delivered-To: patches@linaro.org Received: by 10.146.25.23 with SMTP id 23cs99468yay; Fri, 18 Feb 2011 07:22:07 -0800 (PST) Received: by 10.204.46.134 with SMTP id j6mr785023bkf.112.1298042527015; Fri, 18 Feb 2011 07:22:07 -0800 (PST) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx.google.com with ESMTPS id a55si3319947wer.118.2011.02.18.07.22.05 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 18 Feb 2011 07:22:06 -0800 (PST) Received-SPF: pass (google.com: domain of shunyu.chang@gmail.com designates 74.125.82.50 as permitted sender) client-ip=74.125.82.50; Authentication-Results: mx.google.com; spf=pass (google.com: domain of shunyu.chang@gmail.com designates 74.125.82.50 as permitted sender) smtp.mail=shunyu.chang@gmail.com; dkim=pass (test mode) header.i=@gmail.com Received: by wwf26 with SMTP id 26so3750561wwf.31 for ; Fri, 18 Feb 2011 07:22:05 -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=2a3b7oSDlRP+638QmmXtem2eXNOKhmmidB7EhaoGTqg=; b=orST3x9ybalH7IrePjOLC+cXT4mv5ahNzRX9n4scJXLZPGffhhpfsvnQBCQn35Y2+W KEVZm14pdn8Q2rcdMldnin6NfMgXM63G+dCX4M1dHhlEEBLEtVecpn9ZFQ0XA3r7lSqQ EyBV17cdvanzKOjDYxHgA5aU11TztdHm4MVL4= 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=MiRYEjxRhFIfD/alocdON2exEUi8ohJfVuAj2YoS4CfsazwgSd1D7B7vCwd0Ue8+ZO BP+9EjucGViXqjRhK1/2/NZ0T6mUssGyrxQIgFyK0qw5nX2TGjS0M5QEmQmRS+/GvLvr Lqu3D4X80ixa0gjLevFLw7Cuk85g61FBvWo9o= Received: by 10.216.4.82 with SMTP id 60mr1593731wei.89.1298042524948; Fri, 18 Feb 2011 07:22:04 -0800 (PST) MIME-Version: 1.0 Sender: shunyu.chang@gmail.com Received: by 10.216.35.3 with HTTP; Fri, 18 Feb 2011 07:21:44 -0800 (PST) From: Jeremy Chang Date: Fri, 18 Feb 2011 23:21:44 +0800 X-Google-Sender-Auth: oWEAsyIfvw0W3JILG-Nbjw8qbXA Message-ID: Subject: [PATCH] device/linaro/pandaboard: Enable Android TLS for pandaboard To: linaro-dev@lists.linaro.org Cc: patches , Patrik Ryd The OMAP4430 processor on Pandaboard 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 d77507e..76c2577 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