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.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 0AD44C43457 for ; Mon, 12 Oct 2020 13:15:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C83F82076E for ; Mon, 12 Oct 2020 13:15:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388756AbgJLNP2 (ORCPT ); Mon, 12 Oct 2020 09:15:28 -0400 Received: from mail-oi1-f196.google.com ([209.85.167.196]:33167 "EHLO mail-oi1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388696AbgJLNPS (ORCPT ); Mon, 12 Oct 2020 09:15:18 -0400 Received: by mail-oi1-f196.google.com with SMTP id s21so843014oij.0; Mon, 12 Oct 2020 06:15:17 -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=479sdd44MecSreb9si4jbrVvzN+pxNd9n3jIu5G3rEw=; b=YMtWBVhusDfnNMuco2wozTmT7Gv9B9IrVPJTjzbnFzyQRKn5Y+rcmymXeQk30UJW3o twk+CD5x9IqoXmqc8hWSQKbaVl24l26mMq0xXF7t9DSnBx2M3wN1yhJKD9nl5Xqg4koT WjXpqGjciFSX78JJdkbZek1GT/VW3F+T92GQOtTEXv7dUEI2iRdYuUT+Nb6uQt1EuS5z lV6rZcXXpjhQtQeuM35GAi+B/4GiZXe1Zj1XHCZB7Mx6pO9GegShxhm+tOPBSwDVFJFy xMnQMlfY4MlqSxnaHViv/YLWnDOz5d+vOf5le5xbfPqdVIbHCPBmGaaCXqoPf8E5G9Q4 5NJQ== X-Gm-Message-State: AOAM531+82OVXqYO0yB/tzsnoQ8MY4MASi99kO4FPUYdmqYcjkVKp4Im 6KWkpITT8wChPK/DNtittdIBW4vCBYmy702ITQ2MC5Ie X-Google-Smtp-Source: ABdhPJxW+cuVuSNpTqFXx/Oo7DUbd+3z4lLadyCXqpYmjYp69GvJFXK10DtV6alyiU95OoxbP6hkY5LDEnOMkJzJjYo= X-Received: by 2002:aca:4441:: with SMTP id r62mr10153443oia.153.1602508517137; Mon, 12 Oct 2020 06:15:17 -0700 (PDT) MIME-Version: 1.0 References: <20201008154651.1901126-1-arnd@arndb.de> <20201008154651.1901126-8-arnd@arndb.de> In-Reply-To: <20201008154651.1901126-8-arnd@arndb.de> From: Geert Uytterhoeven Date: Mon, 12 Oct 2020 15:15:06 +0200 Message-ID: Subject: Re: [PATCH 07/13] m68k: sun3/sun3c: use 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:48 PM Arnd Bergmann wrote: > These two are different from all other machines: > > * sun3 does not call timer_routine() but open-codes it > except for the profile_tick() call that appears to > be unintentionally missing. > > * sun3x has a commented-out timer irq handler but no > functional timer tick I could find. > > Change both to calling the new legacy_timer_tick here, > which includes the call to profile_tick() but does not > fix sun3x as that is still commented out. > > Signed-off-by: Arnd Bergmann Reviewed-by: Geert Uytterhoeven Acked-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