Ver Fonte

ARM: 7279/1: standardize /proc/iomem "Kernel code" name

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 <keescook@chromium.org>
Acked-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Kees Cook há 13 anos atrás
pai
commit
a36d8e5bc2
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      arch/arm/kernel/setup.c

+ 1 - 1
arch/arm/kernel/setup.c

@@ -160,7 +160,7 @@ static struct resource mem_res[] = {
 		.flags = IORESOURCE_MEM
 	},
 	{
-		.name = "Kernel text",
+		.name = "Kernel code",
 		.start = 0,
 		.end = 0,
 		.flags = IORESOURCE_MEM