[PATCH] add reserved and smc_rpbase field to smc_uart
Robert P. J. Day
rpjday at mindspring.com
Wed Jul 28 02:32:43 EST 2004
first patch to add the required reloc field for SMC1 relocation --
is this the appropriate format?
--- linuxppc-2.5/include/asm-ppc/commproc.h 2004-07-27 12:23:32.723864264 -0400
+++ linuxppc-2.5.new/include/asm-ppc/commproc.h 2004-07-27 12:29:27.609913384 -0400
@@ -145,6 +145,8 @@
ushort smc_brkec; /* rcv'd break condition counter */
ushort smc_brkcr; /* xmt break count register */
ushort smc_rmask; /* Temporary bit mask */
+ uchar smc_res[8]; /* Reserved to push next field to 0x3C */
+ ushort smc_rpbase; /* Relocation pointer */
} smc_uart_t;
/* Function code bits.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
More information about the Linuxppc-embedded
mailing list