Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=297640e89ea21e314bdda45468e5f78c978dae16
Commit:     297640e89ea21e314bdda45468e5f78c978dae16
Parent:     7f013bc9d05825b19433bc0deb1f5f4d2103726e
Author:     Timur Tabi <[EMAIL PROTECTED]>
AuthorDate: Mon Mar 26 14:25:42 2007 -0500
Committer:  Kumar Gala <[EMAIL PROTECTED]>
CommitDate: Thu Mar 29 14:33:56 2007 -0500

    [POWERPC] qe: ucc_slow.guemr is in the wrong place
    
    The definition of struct ucc_slow puts the guemr register immediately after 
the
    utpt register, when it should be at offset 0x90.  This patch adds the 
missing
    0x52-byte padding.
    
    Signed-off-by: Timur Tabi <[EMAIL PROTECTED]>
    Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
 include/asm-powerpc/immap_qe.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/asm-powerpc/immap_qe.h b/include/asm-powerpc/immap_qe.h
index 9fdd049..1020b7f 100644
--- a/include/asm-powerpc/immap_qe.h
+++ b/include/asm-powerpc/immap_qe.h
@@ -258,8 +258,9 @@ struct ucc_slow {
        u8      uccs;           /* UCCx status register */
        u8      res3[0x24];
        __be16  utpt;
+       u8      res4[0x52];
        u8      guemr;          /* UCC general extended mode register */
-       u8      res4[0x200 - 0x091];
+       u8      res5[0x200 - 0x091];
 } __attribute__ ((packed));
 
 /* QE UCC Fast */
-
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