From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 47612 invoked by alias); 31 May 2017 00:30:24 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 47587 invoked by uid 89); 31 May 2017 00:30:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL autolearn=no version=3.3.2 spammy=H*R:D*sourceware.org X-HELO: homiemail-a119.g.dreamhost.com Reply-To: siddhesh@sourceware.org Subject: Re: [PATCH 1/4] tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_mask To: Adhemerval Zanella , libc-alpha@sourceware.org References: <1495743960-23665-1-git-send-email-siddhesh@sourceware.org> <1495743960-23665-2-git-send-email-siddhesh@sourceware.org> From: Siddhesh Poyarekar Message-ID: <662309a0-3c5a-41e3-43b0-50e6ec987706@sourceware.org> Date: Wed, 31 May 2017 00:30:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-05/txt/msg00890.txt.bz2 On Wednesday 31 May 2017 02:51 AM, Adhemerval Zanella wrote: > On 25/05/2017 17:25, Siddhesh Poyarekar wrote: >> + >> +#include >> + >> +#ifdef SHARED >> +# if HAVE_TUNABLES >> +# define GET_HWCAP_MASK() TUNABLE_GET (glibc, tune, hwcap_mask, uint64_t) >> +# else > > I think this patchset is missing the previous TUNABLE_GET one [1] (build > fail with --enable-tunables). I did not repost 1/5, 2/5 and 4/5 since they were already acked. I can post the whole set again if you want. 4/5 in fact is independent and can be pushed. Siddhesh