From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 40zxgZ2T6mzF10j for ; Tue, 5 Jun 2018 00:11:22 +1000 (AEST) In-Reply-To: <2e937890abac10677aae3c1e345dd934a6794c37.1527610536.git.christophe.leroy@c-s.fr> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [v3,1/3] powerpc/time: inline arch_vtime_task_switch() Message-Id: <40zxgZ0Gtrz9s7S@ozlabs.org> Date: Tue, 5 Jun 2018 00:11:19 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2018-05-29 at 16:19:14 UTC, Christophe Leroy wrote: > arch_vtime_task_switch() is a small function which is called > only from vtime_common_task_switch(), so it is worth inlining > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/60f1d2893ee6de65cdea609c84950b cheers