[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.21.1811201157510.250@nippy.intranet>
Date: Tue, 20 Nov 2018 12:02:49 +1100 (AEDT)
From: Finn Thain <fthain@...egraphics.com.au>
To: Geert Uytterhoeven <geert@...ux-m68k.org>
cc: Andreas Schwab <schwab@...ux-m68k.org>,
Arnd Bergmann <arnd@...db.de>,
Stephen N Chivers <schivers@....com.au>,
Thomas Gleixner <tglx@...utronix.de>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Michael Schmitz <schmitzmic@...il.com>,
John Stultz <john.stultz@...aro.org>,
Linus Walleij <linus.walleij@...aro.org>,
linux-m68k@...ts.linux-m68k.org, linux-kernel@...r.kernel.org
Subject: Re: [RFC PATCH v2 03/14] m68k: mac: Clean up unused timer
definitions
Geert,
Please consider cherry-picking this patch. It isn't particularly relevant
to the API conversion so I'd better not to include it in v3, when I submit
v3.
--
On Mon, 19 Nov 2018, Finn Thain wrote:
> Signed-off-by: Finn Thain <fthain@...egraphics.com.au>
> ---
> arch/m68k/include/asm/macints.h | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/arch/m68k/include/asm/macints.h b/arch/m68k/include/asm/macints.h
> index cddb2d3ea49b..4da172bd048c 100644
> --- a/arch/m68k/include/asm/macints.h
> +++ b/arch/m68k/include/asm/macints.h
> @@ -121,7 +121,4 @@
> #define SLOT2IRQ(x) (x + 47)
> #define IRQ2SLOT(x) (x - 47)
>
> -#define INT_CLK 24576 /* CLK while int_clk =2.456MHz and divide = 100 */
> -#define INT_TICKS 246 /* to make sched_time = 99.902... HZ */
> -
> #endif /* asm/macints.h */
>
Powered by blists - more mailing lists