Skip to content

Commit

Permalink
unicore32: standardize /proc/iomem "Kernel code" name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kees Cook authored and Guan Xuetao committed Jan 10, 2012
1 parent c99516c commit 8c93940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/unicore32/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c93940

Please sign in to comment.