Subject: Re: `__attribute__ ((__aligned__))' has gotta go
To: Eduardo Horvath <eeh@netbsd.org>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: tech-kern
Date: 10/23/1999 15:44:07
The presence of __attribute__((__aligned__)) is probably partly my
fault (lockwords on PA-RISC have to be 16-byte aligned; Jason seemed
to think that this would be the Way To Go to make this happen).

Deleting it for now is probably the best bet; we can probably find a
less painful alternative should we ever port to an SMP HP7xx/8xx
box...

					- Bill