From: Leonid Evdokimov Date: Thu, 21 Feb 2008 12:46:59 +0000 (+0100) Subject: [ARM] 4835/1: Fix stale comment in struct machine_desc description X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=717a54ad6cb4b1782a26ae0eaebc8bd49c56c66e;p=linux-beck.git [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 Signed-off-by: Russell King --- diff --git a/include/asm-arm/mach/arch.h b/include/asm-arm/mach/arch.h index c59fad18e73b..bcc8aed7c9a9 100644 --- a/include/asm-arm/mach/arch.h +++ b/include/asm-arm/mach/arch.h @@ -17,7 +17,7 @@ struct sys_timer; struct machine_desc { /* * Note! The first four elements are used - * by assembler code in head-armv.S + * by assembler code in head.S, head-common.S */ unsigned int nr; /* architecture number */ unsigned int phys_io; /* start of physical io */