Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=717a54ad6cb4b1782a26ae0eaebc8bd49c56c66e
Commit:     717a54ad6cb4b1782a26ae0eaebc8bd49c56c66e
Parent:     ea833f0b5a8afcc698c5ccb06237902c0e21e032
Author:     Leonid Evdokimov <[EMAIL PROTECTED]>
AuthorDate: Thu Feb 21 13:46:59 2008 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Thu Feb 21 21:13:35 2008 +0000

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 include/asm-arm/mach/arch.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/asm-arm/mach/arch.h b/include/asm-arm/mach/arch.h
index c59fad1..bcc8aed 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 */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to