From: Kees Cook Date: Mon, 12 Dec 2011 23:04:29 +0000 (-0800) Subject: unicore32: standardize /proc/iomem "Kernel code" name X-Git-Tag: v3.3-rc1~110^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c939402e43b21ea8ac031b7f751fa0c6b0faf00;p=platform%2Fkernel%2Flinux-3.10.git 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 Acked-by: Arnd Bergmann --- diff --git a/arch/unicore32/kernel/setup.c b/arch/unicore32/kernel/setup.c index 673d7a8..87adbf5 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