From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754706Ab1LIVNz (ORCPT ); Fri, 9 Dec 2011 16:13:55 -0500 Received: from smtp.outflux.net ([198.145.64.163]:39143 "EHLO smtp.outflux.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754634Ab1LIVNy (ORCPT ); Fri, 9 Dec 2011 16:13:54 -0500 Date: Fri, 9 Dec 2011 13:13:46 -0800 From: Kees Cook To: linux-kernel@vger.kernel.org Cc: Guan Xuetao , Arnd Bergmann Subject: [PATCH] unicore32: standardize /proc/iomem "Kernel code" name Message-ID: <20111209211346.GA2639@outflux.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: Outflux X-HELO: www.outflux.net Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- arch/unicore32/kernel/setup.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/unicore32/kernel/setup.c b/arch/unicore32/kernel/setup.c index 471b6bc..2a64061 100644 --- a/arch/unicore32/kernel/setup.c +++ b/arch/unicore32/kernel/setup.c @@ -64,7 +64,7 @@ static char default_command_line[COMMAND_LINE_SIZE] __initdata = CONFIG_CMDLINE; */ static struct resource mem_res[] = { { - .name = "Kernel text", + .name = "Kernel code", .start = 0, .end = 0, .flags = IORESOURCE_MEM -- 1.7.5.4 -- Kees Cook @outflux.net