Subject: re: CVS commit: src/sys/kern
To: Emmanuel Dreyfus <manu@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 09/10/2006 06:05:13
On Sat, Sep 09, 2006 at 10:05:50AM +1000, matthew green wrote:
> please make this code not conditional on COMPAT_NETBSD32, since
> that can be an LKM....
Um, right...
But how can I deal with archs that do not define NETBSD32PTR64, then?
Should I make the code #ifdef NETBSD32PTR64?
that sounds like a decent idea, and then it only affects the platforms
that actually care about it (i was vaguely annoyed at the concept of
32bit-only systems making that check...) thanks.
.mrg.