commit | 297640e89ea21e314bdda45468e5f78c978dae16 | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Mon Mar 26 14:25:42 2007 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Thu Mar 29 14:33:56 2007 -0500 |
tree | bef9629081cf3348feac45305a24a1d64a38c816 | |
parent | 7f013bc9d05825b19433bc0deb1f5f4d2103726e [diff] |
[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 <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>