unicore32: standardize /proc/iomem "Kernel code" name
authorKees Cook <keescook@chromium.org>
Mon, 12 Dec 2011 23:04:29 +0000 (15:04 -0800)
committerGuan Xuetao <gxt@mprc.pku.edu.cn>
Tue, 10 Jan 2012 02:29:40 +0000 (10:29 +0800)
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>
arch/unicore32/kernel/setup.c

index 673d7a89d8fff0fd86573ac9dfede09d456c309c..87adbf5ebfe07cf7547bf3ff553ccf0766665519 100644 (file)
@@ -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