Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752026AbeANTQj (ORCPT + 1 other); Sun, 14 Jan 2018 14:16:39 -0500 Received: from smtprelay0041.hostedemail.com ([216.40.44.41]:60255 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751742AbeANTQi (ORCPT ); Sun, 14 Jan 2018 14:16:38 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: dress69_39a4e4012a62d X-Filterd-Recvd-Size: 1809 Message-ID: <1515957394.12444.13.camel@perches.com> Subject: Re: [tip:x86/cleanups] x86/timer: Don't inline __const_udelay From: Joe Perches To: tglx@linutronix.de, hpa@zytor.com, ak@linux.intel.com, mingo@kernel.org, linux-kernel@vger.kernel.org, linux-tip-commits@vger.kernel.org Date: Sun, 14 Jan 2018 11:16:34 -0800 In-Reply-To: References: <20171222001821.2157-2-andi@firstfloor.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.26.1-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: 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 > AuthorDate: Thu, 21 Dec 2017 16:18:16 -0800 > Committer: Thomas Gleixner > 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)