[parisc-linux-cvs] lock alignment problem in glibc

Richard Hirst rhirst@linuxcare.com
Sat, 17 Mar 2001 12:27:38 +0000


Hi Alan,
  Thanks for spotting my 'aligned' syntax error.  I hadn't tested the
change, just hacked the test from my binary and shown that the 715/75
then booted to multiuser.

I'd copied my syntax from include/asm/system.h:

typedef struct {
        volatile unsigned int __attribute__((aligned(16))) lock;
} spinlock_t;

Do you think that is wrong also?

Richard