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 1F2E9C433DF for ; Mon, 12 Oct 2020 13:15:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CE1412065D for ; Mon, 12 Oct 2020 13:15:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388696AbgJLNPd (ORCPT ); Mon, 12 Oct 2020 09:15:33 -0400 Received: from mail-ot1-f67.google.com ([209.85.210.67]:37094 "EHLO mail-ot1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388742AbgJLNPZ (ORCPT ); Mon, 12 Oct 2020 09:15:25 -0400 Received: by mail-ot1-f67.google.com with SMTP id m22so4364341ots.4; Mon, 12 Oct 2020 06:15:25 -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=32prFsUImi2et0wD1nInyNzJbwFsAz7pM2lg+OwfdA8=; b=k5B/3XX4aXddOZ3ydgyOcsgtaLGx0eYx3x6UosGECa7MGfmUc1XIGOIfoNlVuMYCmT djf6y6A34HlKc5EG2JBItl1/94U6eRGjXs11LBWympMBL+uiB/uHXp4G6pwVEMunZlWD KvCbnMNFGBFrz/aMI7UWKc9Dc9wPNwROXfbugwdSzwLfrRLvEsVVenoerK8GfM30a0A4 IOJjkd2NL0oyGs8JHcNsBFv4Ql9f5Qler/3/WECqA0uVsiL3b/uioAVyxdzm9WTkEvM/ jwlXT9QwK2etzy3eVR88GRUVilJY/ic9HZH7qG6nHCTpELhx2hQv7skfIdEV88vFwS9F 6Ing== X-Gm-Message-State: AOAM533bnDfYg4MC07JPUgYx4UotU1lfDoBu3qS4wTz+LXcv53QqciKb dDERTd0ZXBDCeh4wTyIyko0ufJGATAZR2c9aN/U= X-Google-Smtp-Source: ABdhPJxtX+V6nlzREBpZnHfCCWLCLBZEkIJ6fKRmhts0E87Q/NkdkOCqC2URIeU4xfs9RBjZ1sZArftZVEwo7jtjoJU= X-Received: by 2002:a05:6830:210a:: with SMTP id i10mr18308270otc.145.1602508524639; Mon, 12 Oct 2020 06:15:24 -0700 (PDT) MIME-Version: 1.0 References: <20201008154651.1901126-1-arnd@arndb.de> <20201008154651.1901126-11-arnd@arndb.de> In-Reply-To: <20201008154651.1901126-11-arnd@arndb.de> From: Geert Uytterhoeven Date: Mon, 12 Oct 2020 15:15:13 +0200 Message-ID: Subject: Re: [PATCH 10/13] m68k: remove timer_interrupt() function 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-parisc@vger.kernel.org Hi Arnd, On Thu, Oct 8, 2020 at 5:48 PM Arnd Bergmann wrote: > This gets passed to a number of init functions, but is > ignored everywhere, so remove the function and change the > mach_sched_init callback to take no arguments. > > Signed-off-by: Arnd Bergmann Reviewed-by: Geert Uytterhoeven Acked-by: Geert Uytterhoeven And finally (for Amiga and Atari/ARAnyM): Tested-by: Geert Uytterhoeven > --- a/arch/m68k/include/asm/machdep.h > +++ b/arch/m68k/include/asm/machdep.h > @@ -33,8 +33,7 @@ extern void (*mach_l2_flush) (int); > extern void (*mach_beep) (unsigned int, unsigned int); > > /* Hardware clock functions */ > -extern void hw_timer_init(irq_handler_t handler); > -extern unsigned long hw_timer_offset(void); Yeah, this never-used prototype, which entered through the nommu merge, can go. But that's not really related to this patch. 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 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,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 F3F9FC433DF for ; Mon, 12 Oct 2020 13:16:48 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 848312065D for ; Mon, 12 Oct 2020 13:16:48 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="rnc4LebM" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 848312065D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=cTWAX6CJ9ptbmqtr6ypumckDoYjhC9tLOhYnL69A3kE=; b=rnc4LebMOu+J0LLPWgbewg6as ChXfB6nPmq3XuOtwInuHb4XxjmSlM+14kXEX2vR1uFiVyGL2B8k8tUmihCxnp1gqYcMZSZ8/2AJso 3WRFel940eUYvkUkhJmD5rK4scQWvVTLsNhxG87t379P9dXCHaUkNfMUw5HL6R7C9F2V/pgQIcLoU JT6l28NWHU6bItyyJb8OH8rgjE1ecz9Z3FRwa7k78ZAERDeEYoMi5SfLvVx/Ku1UOD9mTRlrg5i5f vDfaKeTDPQ7LWi1WVzmzmnLGMmfOe/dvLZXGxp4J1/6/KtZlUvSNvdXY0vu3COQj7cnYrlJT6hSUd c3Ocwb8dg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kRxfj-0002xH-HZ; Mon, 12 Oct 2020 13:15:27 +0000 Received: from mail-ot1-f66.google.com ([209.85.210.66]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kRxfh-0002wN-47 for linux-arm-kernel@lists.infradead.org; Mon, 12 Oct 2020 13:15:26 +0000 Received: by mail-ot1-f66.google.com with SMTP id l4so15769613ota.7 for ; Mon, 12 Oct 2020 06:15:25 -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=32prFsUImi2et0wD1nInyNzJbwFsAz7pM2lg+OwfdA8=; b=g9C5IJOgpM3zEUK4gR0NqFq78CH3Va2bHNd4cwk+4A4+IbBvZz1bsOXOEXixF9U/Bt 84u/GizVM1oZnm8bN+CRQ+x64I2FrNgJOk8krrWAHg/0UpzFALw2CFPHrZ/JxHGUl8Qe QSNKj92OtTd0WJqgjQePS8Q9kRtg/+pzcyoxOAnHqTadAi6io7rOmgaCicFpA6iVrx6Y 0fv1k+9H0Y6zdWyo4t5lPvEZnWSC1ZzDElRZmhOIevaybqV1dRwDTyijaTji5mFPmv2S izDjPX8lPcuA+zWLIkwYQNGTuAr5hMCd8/Q/R/BavHF0pp8V0zR0JPRiPxckfS14NZcv lXAA== X-Gm-Message-State: AOAM530b95V/OxeRfzgVI/lV9szjy806/MDh55bpQ4k3YtCRcw85JaM/ nziE+JwdsT39pWjRNbBX+Du7RdiyJp0wpfVwl0M= X-Google-Smtp-Source: ABdhPJxtX+V6nlzREBpZnHfCCWLCLBZEkIJ6fKRmhts0E87Q/NkdkOCqC2URIeU4xfs9RBjZ1sZArftZVEwo7jtjoJU= X-Received: by 2002:a05:6830:210a:: with SMTP id i10mr18308270otc.145.1602508524639; Mon, 12 Oct 2020 06:15:24 -0700 (PDT) MIME-Version: 1.0 References: <20201008154651.1901126-1-arnd@arndb.de> <20201008154651.1901126-11-arnd@arndb.de> In-Reply-To: <20201008154651.1901126-11-arnd@arndb.de> From: Geert Uytterhoeven Date: Mon, 12 Oct 2020 15:15:13 +0200 Message-ID: Subject: Re: [PATCH 10/13] m68k: remove timer_interrupt() function To: Arnd Bergmann X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201012_091525_186534_70788CAC X-CRM114-Status: GOOD ( 17.08 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Sam Creasey , Fenghua Yu , Linus Walleij , Tony Luck , "linux-ia64@vger.kernel.org" , Parisc List , Stephen Boyd , Helge Deller , Daniel Lezcano , Linux Kernel Mailing List , Finn Thain , Russell King , "James E.J. Bottomley" , linux-m68k , Thomas Gleixner , Linux ARM , John Stultz , Philip Blundell , Greg Ungerer , Joshua Thompson Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Arnd, On Thu, Oct 8, 2020 at 5:48 PM Arnd Bergmann wrote: > This gets passed to a number of init functions, but is > ignored everywhere, so remove the function and change the > mach_sched_init callback to take no arguments. > > Signed-off-by: Arnd Bergmann Reviewed-by: Geert Uytterhoeven Acked-by: Geert Uytterhoeven And finally (for Amiga and Atari/ARAnyM): Tested-by: Geert Uytterhoeven > --- a/arch/m68k/include/asm/machdep.h > +++ b/arch/m68k/include/asm/machdep.h > @@ -33,8 +33,7 @@ extern void (*mach_l2_flush) (int); > extern void (*mach_beep) (unsigned int, unsigned int); > > /* Hardware clock functions */ > -extern void hw_timer_init(irq_handler_t handler); > -extern unsigned long hw_timer_offset(void); Yeah, this never-used prototype, which entered through the nommu merge, can go. But that's not really related to this patch. 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Date: Mon, 12 Oct 2020 13:15:13 +0000 Subject: Re: [PATCH 10/13] m68k: remove timer_interrupt() function Message-Id: List-Id: References: <20201008154651.1901126-1-arnd@arndb.de> <20201008154651.1901126-11-arnd@arndb.de> In-Reply-To: <20201008154651.1901126-11-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 Hi Arnd, On Thu, Oct 8, 2020 at 5:48 PM Arnd Bergmann wrote: > This gets passed to a number of init functions, but is > ignored everywhere, so remove the function and change the > mach_sched_init callback to take no arguments. > > Signed-off-by: Arnd Bergmann Reviewed-by: Geert Uytterhoeven Acked-by: Geert Uytterhoeven And finally (for Amiga and Atari/ARAnyM): Tested-by: Geert Uytterhoeven > --- a/arch/m68k/include/asm/machdep.h > +++ b/arch/m68k/include/asm/machdep.h > @@ -33,8 +33,7 @@ extern void (*mach_l2_flush) (int); > extern void (*mach_beep) (unsigned int, unsigned int); > > /* Hardware clock functions */ > -extern void hw_timer_init(irq_handler_t handler); > -extern unsigned long hw_timer_offset(void); Yeah, this never-used prototype, which entered through the nommu merge, can go. But that's not really related to this patch. 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