Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a36d8e5b authored by Kees Cook's avatar Kees Cook Committed by Russell King
Browse files

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: default avatarKees Cook <keescook@chromium.org>
Acked-by: default avatarNicolas Pitre <nico@linaro.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 7deabca0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -160,7 +160,7 @@ static struct resource mem_res[] = {
		.flags = IORESOURCE_MEM
		.flags = IORESOURCE_MEM
	},
	},
	{
	{
		.name = "Kernel text",
		.name = "Kernel code",
		.start = 0,
		.start = 0,
		.end = 0,
		.end = 0,
		.flags = IORESOURCE_MEM
		.flags = IORESOURCE_MEM