From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 661061F463 for ; Wed, 18 Sep 2019 14:24:38 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=yYLwDn+3Mky10oBk /WRydaFwSYw+dl0IJQNVtk/WVo1sXBBvF5OULkKiahSogwvXo3yE67OYPhkILeCZ 6yWphqvecdqMe0hS5Q62ANGb+BVRTKDxPu+iIFdLEVlMOhQ46os7ixmlPfoYpig4 oBQ+oT9FbJzQROLWFZr/bd0h7gk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=p1+FpalCEU0COl0x7l31Pi VwGPw=; b=hkBol3/V9oQEAHNsJd9atV7RKQWRcFkgPbYBTWpAbHLXVGYhsjLpp8 0zzJRUoYWIYXFTNzb5J9wIkJ07mLVjAP0ePb4b3d2o3NWyj4FfLK3L6p4gXqEOPa wtW8FYNayw1Zco3cjbyX819E7jLeO9B1YBl5sNV+EBebPhQYMLGww= Received: (qmail 3616 invoked by alias); 18 Sep 2019 14:24:36 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 3595 invoked by uid 89); 18 Sep 2019 14:24:35 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mail-qt1-f194.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:to:references:from:openpgp:autocrypt:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=sUOBO2PgqLLo0gpd6varZpOEZX+Z4xZDnF82MMQufa8=; b=AArUBGj+edd9E/FeiWUUJ5D41hTDwFBtsufzfUgu/LovdbDXlNAm15fIgrUE+f5tlJ WqBYZom4ZS1yQ8Dq90hkXZ3yZ0GredAQtux7IJbbouYcWCnLP9mNsjnT2qdeBlEnFBSe pJAetz5xTNQ3msydJCX+Ds4pwy+sBlt02u6Ba+SOvW7zCqSnQBPzJAKrB/HwSYsm0mDv iDe2vGwuoQr7HF0wKINvzu6HNEjETQ3ciNIZM/7BxSA+04X+HwXD71dfeEWk1kUHSnId gcYVbdwFjUjUZMZNt2kwSCClx00QMjc/3mGAepVbBT04Sa8fkZ9NXGhsmxA9VO7D4oV+ 1qiQ== Subject: Re: [PATCH] S390: Add support for HP_TIMING_NOW. To: libc-alpha@sourceware.org References: <463e855f-b4bb-97ea-9f83-2fa64a9e7164@linux.ibm.com> From: Adhemerval Zanella Openpgp: preference=signencrypt Message-ID: Date: Wed, 18 Sep 2019 11:24:17 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <463e855f-b4bb-97ea-9f83-2fa64a9e7164@linux.ibm.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 10/09/2019 06:13, Stefan Liebler wrote: > + > +#ifndef _HP_TIMING_H > + > +/* The stckf instruction is available starting with z9-109 zarch CPUs. > + As there is no extra configure check for z9-109, the z10 one is used. */ > +#ifdef HAVE_S390_MIN_Z10_ZARCH_ASM_SUPPORT > +# define _HP_TIMING_H 1 > +# include Wouldn't be simple to define _HP_TIMING_S390_H instead?