From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from VA3EHSOBE009.bigfish.com (va3ehsobe006.messaging.microsoft.com [216.32.180.16]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "mail.global.frontbridge.com", Issuer "Microsoft Secure Server Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id C5813B70FE for ; Tue, 11 Oct 2011 02:15:42 +1100 (EST) Message-ID: <4E930BFA.5030701@freescale.com> Date: Mon, 10 Oct 2011 10:15:06 -0500 From: Scott Wood MIME-Version: 1.0 To: "Suzuki K. Poulose" Subject: Re: [PATCH 1/3] [powerpc32] Process dynamic relocations for kernel References: <20111010094627.16589.52367.stgit@suzukikp.in.ibm.com> <20111010095432.16589.32935.stgit@suzukikp.in.ibm.com> In-Reply-To: <20111010095432.16589.32935.stgit@suzukikp.in.ibm.com> Content-Type: text/plain; charset="UTF-8" Cc: Michal Simek , tmarri@apm.com, Mahesh Jagannath Salgaonkar , Dave Hansen , David Laight , Paul Mackerras , Alan Modra , linux ppc dev , Vivek Goyal List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 10/10/2011 04:55 AM, Suzuki K. Poulose wrote: > The following patch implements the dynamic relocation processing for > PPC32 kernel. relocate() accepts the target virtual address and relocates > the kernel image to the same. How much overhead is involved in a true relocatable kernel? Is it worth preserving the old "relocatable" booke behavior under a different name? -Scott