From mboxrd@z Thu Jan 1 00:00:00 1970 From: u.kleine-koenig@pengutronix.de (Uwe =?iso-8859-1?Q?Kleine-K=F6nig?=) Date: Thu, 19 Jan 2012 17:11:58 +0100 Subject: [PATCH 10/11] ARM: 7279/1: standardize /proc/iomem "Kernel code" name In-Reply-To: References: <20120119153149.GB1068@n2100.arm.linux.org.uk> Message-ID: <20120119161158.GH4066@pengutronix.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Russell, your summary mail suggests the author of this patch is Kees Cook. I assume you didn't add the From: pseudo header by mistake? Ditto for Fabio and patch 11/11. Best regards Uwe On Thu, Jan 19, 2012 at 03:35:48PM +0000, Russell King - ARM Linux wrote: > All other ports use "Kernel code" to identify the Kernel text segment > in /proc/iomem. Change the ARM resources to do the same. > > Signed-off-by: Kees Cook > Acked-by: Nicolas Pitre > Signed-off-by: Russell King > --- > arch/arm/kernel/setup.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c > index 129fbd5..95653d0 100644 > --- a/arch/arm/kernel/setup.c > +++ b/arch/arm/kernel/setup.c > @@ -160,7 +160,7 @@ static struct resource mem_res[] = { > .flags = IORESOURCE_MEM > }, > { > - .name = "Kernel text", > + .name = "Kernel code", > .start = 0, > .end = 0, > .flags = IORESOURCE_MEM > -- > 1.7.4.4 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel at lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel > -- Pengutronix e.K. | Uwe Kleine-K?nig | Industrial Linux Solutions | http://www.pengutronix.de/ |