diff options
author | Kees Cook <keescook@chromium.org> | 2011-12-12 18:04:29 -0500 |
---|---|---|
committer | Guan Xuetao <gxt@mprc.pku.edu.cn> | 2012-01-09 21:29:40 -0500 |
commit | 8c939402e43b21ea8ac031b7f751fa0c6b0faf00 (patch) | |
tree | fdf137a606b7c260ae0335dbd21dfbd9a9d708b0 /arch/unicore32 | |
parent | c99516ca854770000c277b2680a15581c691e18c (diff) |
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.c | 2 |
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; | |||
65 | */ | 65 | */ |
66 | static struct resource mem_res[] = { | 66 | static struct resource mem_res[] = { |
67 | { | 67 | { |
68 | .name = "Kernel text", | 68 | .name = "Kernel code", |
69 | .start = 0, | 69 | .start = 0, |
70 | .end = 0, | 70 | .end = 0, |
71 | .flags = IORESOURCE_MEM | 71 | .flags = IORESOURCE_MEM |