Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[ARM] 4835/1: Fix stale comment in struct machine_desc description

This patch updates stale comment that pointed to nonexistent file.

Signed-off-by: Leonid Evdokimov <leon@darkk.net.ru>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Leonid Evdokimov and committed by
Russell King
717a54ad ea833f0b

+1 -1
+1 -1
include/asm-arm/mach/arch.h
··· 17 17 struct machine_desc { 18 18 /* 19 19 * Note! The first four elements are used 20 - * by assembler code in head-armv.S 20 + * by assembler code in head.S, head-common.S 21 21 */ 22 22 unsigned int nr; /* architecture number */ 23 23 unsigned int phys_io; /* start of physical io */