From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751204AbeAVDeO (ORCPT ); Sun, 21 Jan 2018 22:34:14 -0500 Received: from ozlabs.org ([103.22.144.67]:58213 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750914AbeAVDeN (ORCPT ); Sun, 21 Jan 2018 22:34:13 -0500 X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 8cf4c05712f04a405f0dacebcca8f042b391694a In-Reply-To: <8703033cf68861aba6424b8c13694e9823f50f98.1511506950.git.christophe.leroy@c-s.fr> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras , Scott Wood From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [1/2] powerpc/lib/code-patching: refactor patch_instruction() Message-Id: <3zPxql2q54z9sNx@ozlabs.org> Date: Mon, 22 Jan 2018 14:34:11 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2017-11-24 at 07:31:07 UTC, Christophe Leroy wrote: > patch_instruction() uses almost the same sequence as > __patch_instruction() > > This patch refactor it so that patch_instruction() uses > __patch_instruction() instead of duplicating code. > > Signed-off-by: Christophe Leroy > Acked-by: Balbir Singh Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/8cf4c05712f04a405f0dacebcca8f0 cheers