Skip to content

Commit

Permalink
[ARM] 4835/1: Fix stale comment in struct machine_desc description
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Leonid Evdokimov authored and Russell King committed Feb 21, 2008
1 parent ea833f0 commit 717a54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-arm/mach/arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 717a54a

Please sign in to comment.