Subject: Re: `__attribute__ ((__aligned__))' has gotta go
To: Eduardo Horvath <eeh@netbsd.org>
From: Klaus Klein <kleink@ira.uka.de>
List: tech-kern
Date: 10/25/1999 15:27:42
Eduardo Horvath <eeh@netbsd.org> writes:

> If MULTIPROCESSOR is not defined, then we can simply add `typedef
> int lock_data;' to <sys/lock.h>

I think this approach is sub-optimal as you might end up requiring a
different set of KVM-grovelling tools depending on whether
MULTIPROCESSOR was defined or not.


-klaus