Latest 2.6 bk tree, but I think this is hanging there for quite a while. CC [M] net/sctp/sm_make_chunk.o {standard input}: Assembler messages: {standard input}:2386: Error: Field not properly aligned
I don't see this problem on i386, ia64 or ppc64. Can someone familiar with parisc64 provide more details or submit a a patch to fix this problem? Thanks Sridhar
As an example, if you have an structure member of type "char": struct foo { char a; char b[4]; }; And then try to do something like this: struct foo *p; unsigned int *v; v = (unsigned int *) (&p->b[0
Thanks for explaining with an example. But unfortunately i am not able see this problem with a parisc64 cross compiler on i386. So it makes it hard to debug or fix it. Looks like this happens only w
Did you build with or without SMP enabled? Anyways, try to work with Arnaldo to figure out the precise statement causing the problems. Yes, structure copies are portable.
Em Fri, Sep 19, 2003 at 11:39:09PM -0700, David S. Miller escreveu: Yes, here I'm building without SMP enabled. The problem is right at: tv_add(&asoc->cookie_life, &cookie->c.expiration); and more sp
I also started seeing this problem when i enabled CONFIG_64BIT with the cross-compiler. The problem seems to be the static inline routine tv_add. When i converted it into a regular function or a macr
Em Mon, Sep 22, 2003 at 03:06:41PM -0700, Sridhar Samudrala escreveu: Yes, this makes the problem go away, if you have this tested please push it DaveM's way, thanks a lot! - Arnaldo
Author: Arnaldo Carvalho de Melo <acme@xxxxxxxxxxxxxxxx>
Date: Fri, 12 Sep 2003 13:46:28 -0300
Latest 2.6 bk tree, but I think this is hanging there for quite a while. CC [M] net/sctp/sm_make_chunk.o {standard input}: Assembler messages: {standard input}:2386: Error: Field not properly aligned
I don't see this problem on i386, ia64 or ppc64. Can someone familiar with parisc64 provide more details or submit a a patch to fix this problem? Thanks Sridhar
As an example, if you have an structure member of type "char": struct foo { char a; char b[4]; }; And then try to do something like this: struct foo *p; unsigned int *v; v = (unsigned int *) (&p->b[0
Thanks for explaining with an example. But unfortunately i am not able see this problem with a parisc64 cross compiler on i386. So it makes it hard to debug or fix it. Looks like this happens only w
Did you build with or without SMP enabled? Anyways, try to work with Arnaldo to figure out the precise statement causing the problems. Yes, structure copies are portable.
Author: Arnaldo Carvalho de Melo <acme@xxxxxxxxxxxxxxxx>
Date: Sat, 20 Sep 2003 12:54:05 -0300
Em Fri, Sep 19, 2003 at 11:39:09PM -0700, David S. Miller escreveu: Yes, here I'm building without SMP enabled. The problem is right at: tv_add(&asoc->cookie_life, &cookie->c.expiration); and more sp
I also started seeing this problem when i enabled CONFIG_64BIT with the cross-compiler. The problem seems to be the static inline routine tv_add. When i converted it into a regular function or a macr
Author: Arnaldo Carvalho de Melo <acme@xxxxxxxxxxxxxxxx>
Date: Thu, 25 Sep 2003 17:52:38 -0300
Em Mon, Sep 22, 2003 at 03:06:41PM -0700, Sridhar Samudrala escreveu: Yes, this makes the problem go away, if you have this tested please push it DaveM's way, thanks a lot! - Arnaldo