Received: by 10.223.176.46 with SMTP id f43csp2414504wra; Sun, 21 Jan 2018 19:36:09 -0800 (PST) X-Google-Smtp-Source: AH8x225A8XqlVg2nq0fVv9BX8useu466m9V4VBSq/EZTBPIeFVWH+4nkrYMaklDUpYjXLeXvqqeW X-Received: by 10.98.10.217 with SMTP id 86mr7066994pfk.240.1516592169106; Sun, 21 Jan 2018 19:36:09 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516592169; cv=none; d=google.com; s=arc-20160816; b=qeebJKzB50cko9W1WZIgak0fLP3DDp2xSLncoETaXhPjVJtPoifLsJ9FOl2TPrDGU9 NUUT+rSBnc6vPOCAhrirUkagLKvJ0/sCZvuHM8doKcPDJe0Bp88ST3WHuX8OuhbJnjE7 dsv/LMYJc5BPXqBNTr/hKve3aLhJf/lgMt/EDU9eEcGO3vVa99IQSqRVIAsbl+Z8pXc0 qEpszo4JwPB+eIQ7uh/QbFD5c6PD1qg9J7+09sdowbIzNvRGp55wAqr71z6kCWZlw99y YcqRUrXWwN8YR2P9VOXiIEPgA83/RKXdLE9Gf6jSdeVKO/FJ1wXGPosS/q9O1d1uWswX siJg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to:arc-authentication-results; bh=lWFVu1rW1PphEUesNudzUfniYv7ONyaGU4UojJg/8PY=; b=vIaYkvGKpE/EAk6effkleXKk7nojLLcCy03dC2sE/QZExgng/6S5y8Eom8UfAI4lKD TD+0D3tvwGbW5pG5c+eyKcf3xLqltNKVxCSTeEXMpgf7vJnvnp7lW/Hg8VG89OAF9SfY XIDPAlCLiEP6QEZZ5e7S++pIliqCnNu2iFZv1jMc86oi/yvYiUWdSWLktnccOfJp0+q1 DRz8EZiwlq3x0vzFA/5rKQuMcsk4u5mKD+v1XBEb8pJensKuudsyyFyOaxVRc/FiIEFu GuB/9vJlRDamAIEhsNTC/DY+Hoxcw+rigahbbcvFs/WXwvV1yt0BMYqnzq4CqlwQEKkC 8Z1A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j134si3353876pgc.494.2018.01.21.19.35.50; Sun, 21 Jan 2018 19:36:09 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751314AbeAVDef (ORCPT + 99 others); Sun, 21 Jan 2018 22:34:35 -0500 Received: from ozlabs.org ([103.22.144.67]:47179 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751206AbeAVDeb (ORCPT ); Sun, 21 Jan 2018 22:34:31 -0500 Received: by ozlabs.org (Postfix, from userid 1034) id 3zPxr35SGvz9sBW; Mon, 22 Jan 2018 14:34:26 +1100 (AEDT) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 11ed8c5569b149a065184dc8ce22414aac2f20e9 In-Reply-To: <20180116170220.2598520-1-arnd@arndb.de> To: Arnd Bergmann , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, Tyrel Datwyler , Arnd Bergmann , linux-kernel@vger.kernel.org Subject: Re: [RESEND] powerpc: mpic_timer: avoid struct timeval Message-Id: <3zPxr35SGvz9sBW@ozlabs.org> Date: Mon, 22 Jan 2018 14:34:26 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2018-01-16 at 17:01:50 UTC, Arnd Bergmann wrote: > In an effort to remove all instances of 'struct timeval' > from the kernel, I'm changing the powerpc mpic_timer interface > to use plain seconds instead. There is only one user of this > interface, and that doesn't use the microseconds portion, so > the code gets noticeably simpler in the process. > > Signed-off-by: Arnd Bergmann Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/11ed8c5569b149a065184dc8ce2241 cheers