Re: [tip:x86/cleanups] x86/timer: Don't inline __const_udelay

From: Joe Perches
Date: Sun Jan 14 2018 - 14:16:44 EST


On Sun, 2018-01-14 at 11:10 -0800, tip-bot for Andi Kleen wrote:
> Commit-ID: 7cf1aaa2ad3855bd5e95bef382a66fe122fc9b01
> Gitweb: https://git.kernel.org/tip/7cf1aaa2ad3855bd5e95bef382a66fe122fc9b01
> Author: Andi Kleen <ak@xxxxxxxxxxxxxxx>
> AuthorDate: Thu, 21 Dec 2017 16:18:16 -0800
> Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> CommitDate: Sun, 14 Jan 2018 20:03:49 +0100
>
> x86/timer: Don't inline __const_udelay

Perhaps update them all.

$ git grep __const_udelay|grep inline
arch/arm64/lib/delay.c:inline void __const_udelay(unsigned long xloops)
arch/metag/lib/delay.c:inline void __const_udelay(unsigned long xloops)
arch/openrisc/lib/delay.c:inline void __const_udelay(unsigned long xloops)
arch/sh/lib/delay.c:inline void __const_udelay(unsigned long xloops)
arch/x86/lib/delay.c:inline void __const_udelay(unsigned long xloops)
arch/x86/um/delay.c:inline void __const_udelay(unsigned long xloops)