From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F2111C433E7 for ; Mon, 12 Oct 2020 13:14:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BF30E221EB for ; Mon, 12 Oct 2020 13:14:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730575AbgJLNOm (ORCPT ); Mon, 12 Oct 2020 09:14:42 -0400 Received: from mail-ot1-f66.google.com ([209.85.210.66]:40123 "EHLO mail-ot1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730431AbgJLNOl (ORCPT ); Mon, 12 Oct 2020 09:14:41 -0400 Received: by mail-ot1-f66.google.com with SMTP id l4so15767540ota.7; Mon, 12 Oct 2020 06:14:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=fbLIhCOPNSjWOQaghAyPRVWzbVrxqBRGdH57khM7u7E=; b=lssaW2ddrNi66kAKk2bNR3+ow2fS/8XhsCjYjmDtP89XTF9Bu4b3u0v9WCwtvUtDYW GOXLiLolOu9v9OKx8LHWfQY8IHbIXJYWY59tCytWqdpjur9+FBlQvXIIlLmguI+08qGb BuSytt8WizuSkqALuGX+kN2CE3zG87VnNU+lH0Qw4AqOC8CuBvnwa3c0uaOtYtYy+Fv5 Nty24yL7fS49Rag3AuHawSQbqIk9w0E+cwxHShoSa0PwJ4s7eNq+wM5B0jKNjKkuHyTN Uur6/RLTOPuhOdeszJskCfJrm2Hz0t2S8rW4QpZMGZ0y7lSZuL+k8tuXuqyqhdcW1d8/ g7jw== X-Gm-Message-State: AOAM530OyKLR/EI8sPWQqeY9mar4XBZnoPNH48x1NyyfvMQqaaRvI6Yj xSceKamSKPY905tGqJxLMT+ho1XjsZTS+q6cH3w= X-Google-Smtp-Source: ABdhPJxQ5OO/ggjyZpIV+Sqss7Q3IkWkzvdN60XWu45G9tXKXUPSGXGSLle8lOet30oUW8t+MfpiF57J8C2ncxOc0R4= X-Received: by 2002:a9d:3b76:: with SMTP id z109mr18910378otb.250.1602508478612; Mon, 12 Oct 2020 06:14:38 -0700 (PDT) MIME-Version: 1.0 References: <20201008154651.1901126-1-arnd@arndb.de> <20201008154651.1901126-2-arnd@arndb.de> In-Reply-To: <20201008154651.1901126-2-arnd@arndb.de> From: Geert Uytterhoeven Date: Mon, 12 Oct 2020 15:14:27 +0200 Message-ID: Subject: Re: [PATCH 01/13] timekeeping: add CONFIG_LEGACY_TIMER_TICK To: Arnd Bergmann Cc: Linux Kernel Mailing List , Russell King , Tony Luck , Fenghua Yu , Greg Ungerer , Finn Thain , Philip Blundell , Joshua Thompson , Sam Creasey , "James E.J. Bottomley" , Helge Deller , Thomas Gleixner , Daniel Lezcano , John Stultz , Stephen Boyd , Linus Walleij , "linux-ia64@vger.kernel.org" , Parisc List , linux-m68k , Linux ARM Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 8, 2020 at 5:47 PM Arnd Bergmann wrote: > All platforms that currently do not use generic clockevents roughly call > the same set of functions in their timer interrupts: xtime_update(), > update_process_times() and profile_tick(), sometimes in a different > sequence. > > Add a helper function that performs all three of them, to make the > callers more uniform and simplify the interface. > > Signed-off-by: Arnd Bergmann Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds