* cpu_asm.S: Collected PR 601 changes for commit to cvshead
	for rtems-4.7
This commit is contained in:
Greg Menke
2004-12-06 20:29:51 +00:00
parent 8fa65f5027
commit 5194a28430
15 changed files with 662 additions and 220 deletions

View File

@@ -399,7 +399,7 @@ tcp_close(tp)
t = tp->seg_next;
while (t != (struct tcpiphdr *)tp) {
t = (struct tcpiphdr *)t->ti_next;
#if (defined(__GNUC__) && defined(__arm__))
#if (defined(__GNUC__) && (defined(__arm__) || defined(__mips__)))
LD32_UNALGN((struct tcpiphdr *)t->ti_prev,m);
#else
m = REASS_MBUF((struct tcpiphdr *)t->ti_prev);