aboutsummaryrefslogtreecommitdiffstats
path: root/arch/unicore32
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2011-12-12 15:04:29 -0800
committerGuan Xuetao <gxt@mprc.pku.edu.cn>2012-01-10 10:29:40 +0800
commit8c939402e43b21ea8ac031b7f751fa0c6b0faf00 (patch)
treefdf137a606b7c260ae0335dbd21dfbd9a9d708b0 /arch/unicore32
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (diff)
downloadlinux-dev-8c939402e43b21ea8ac031b7f751fa0c6b0faf00.tar.xz
linux-dev-8c939402e43b21ea8ac031b7f751fa0c6b0faf00.zip
unicore32: standardize /proc/iomem "Kernel code" name
All other ports use "Kernel code" to identify the Kernel text segment in /proc/iomem. Change the unicore32 resources to do the same. Signed-off-by: Kees Cook <keescook@chromium.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/unicore32')
-rw-r--r--arch/unicore32/kernel/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/unicore32/kernel/setup.c b/arch/unicore32/kernel/setup.c
index 673d7a89d8ff..87adbf5ebfe0 100644
--- a/arch/unicore32/kernel/setup.c
+++ b/arch/unicore32/kernel/setup.c
@@ -65,7 +65,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