From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 243CDDDF41 for ; Thu, 29 May 2008 16:30:45 +1000 (EST) Subject: Re: [PATCH 1/6] Move code patching code into arch/powerpc/lib/code-patching.c From: Benjamin Herrenschmidt To: Michael Ellerman In-Reply-To: <33bba4965d9907a8a93e9f92fd5c3874a6e21f90.1212042061.git.michael@ellerman.id.au> References: <33bba4965d9907a8a93e9f92fd5c3874a6e21f90.1212042061.git.michael@ellerman.id.au> Content-Type: text/plain Date: Thu, 29 May 2008 16:30:34 +1000 Message-Id: <1212042634.8888.42.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2008-05-29 at 16:20 +1000, Michael Ellerman wrote: > We currently have a few routines for patching code in asm/system.h, because > they didn't fit anywhere else. I'd like to clean them up a little and add > some more, so first move them into a dedicated C file - they don't need to > be inlined. > > While we're moving the code, drop create_function_call(), it's intended > caller never got merged and will be replaced in future with something > different. > > Signed-off-by: Michael Ellerman Acked-by: Benjamin Herrenschmidt