Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp1900512pxu; Fri, 9 Oct 2020 02:43:12 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyIeZVJB9WYIDWpCdU8VeEg/ojKfGQw9KFAV/oDeMvEtsXift0v3luKSfxVrPSZsKTx0ggW X-Received: by 2002:a17:906:55d2:: with SMTP id z18mr13883152ejp.125.1602236592137; Fri, 09 Oct 2020 02:43:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602236592; cv=none; d=google.com; s=arc-20160816; b=i/EFWXqHwmXTKwQAtbl2qpsZw8FEOyqRNzDoHXVy4uGs2Wnm9kWLKxHD72O2PJFO08 LFFmRb0o2G24MQV8EiHbRbKn+fUYxmITdYJVwvYZ2gkwvIMbSbRAukjWbEkRETbCEDuq 2RkRGAq5o05MP6hdNX5OJuLURbPNh22zBr4k3CIes8Vm/mzGlo3LRzLfetg+nMnf0FsK Zbppl5WlaQGXLPGtVOlF4HZeCjiQQ9H6qZ9CAJPeVbU4pOZTrKQXZiDFs2i6M5VhI/6f Fv0EE2WrdD5mN/VwHxcReUo3PBJ+Q6Y2lPyZxKxNK0EpZIi6hfV9stS9oSq5TzYN1aWc sAgw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:date:message-id:subject:references:in-reply-to :cc:to:from; bh=kzjuYuKKeDTeufFmVmkmeNp0oBmKN6jKZCzCgfyOal0=; b=dCXdDVkRLv12KNL+oHFpsF1/JrMQop6Z0+JemdZNuRI41Wbb2h0017obf2Dd6A7wXq sOIy5mjylfByQ/MRiPzyrMiZN2R7+EvtxZCbWIfDyNgGWXwDvZOlIDkpifIkcqTIKSQP /hmGV8LL1hIkGMxcom/b7ByINtfZ5tGIUoxrrmCdEnP6sQIICYMzruIU0zJuiDpms5UW JvlsxeryUAeGpN2/HfW5oMAbKzYnKaRp1u/43/DPtE3FM7rO49OpJ2hParPiB6rhqcX0 xEAHWqjgev/OReOtEtdgFFdonUlUqvb/NSb5upRzRzohR/6lhcN0MKSoXg/6IZVhFIln rugA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z8si5363019eju.267.2020.10.09.02.42.48; Fri, 09 Oct 2020 02:43:12 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731754AbgJIGEG (ORCPT + 99 others); Fri, 9 Oct 2020 02:04:06 -0400 Received: from ozlabs.org ([203.11.71.1]:38467 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725917AbgJIGEC (ORCPT ); Fri, 9 Oct 2020 02:04:02 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 4C6yFD4wxNz9sTK; Fri, 9 Oct 2020 17:04:00 +1100 (AEDT) From: Michael Ellerman To: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Christophe Leroy Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org In-Reply-To: <3c9a6eb0fc040868ac59be66f338d08fd017668d.1601549945.git.christophe.leroy@csgroup.eu> References: <3c9a6eb0fc040868ac59be66f338d08fd017668d.1601549945.git.christophe.leroy@csgroup.eu> Subject: Re: [PATCH] powerpc/time: Remove ifdef in get_dec() and set_dec() Message-Id: <160222339270.867048.7781470173395952813.b4-ty@ellerman.id.au> Date: Fri, 9 Oct 2020 17:04:00 +1100 (AEDT) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 1 Oct 2020 10:59:19 +0000 (UTC), Christophe Leroy wrote: > Move SPRN_PIT definition in reg.h. > > This allows to remove ifdef in get_dec() and set_dec() and > makes them more readable. Applied to powerpc/next. [1/1] powerpc/time: Remove ifdef in get_dec() and set_dec() https://git.kernel.org/powerpc/c/63f9d9df5ed0d4f3a2c0cd08730e1cae1edd11bf cheers