Subject: Re: CVS commit: src/sys/arch
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Christian Limpach <cl@NetBSD.ORG>
List: source-changes
Date: 09/22/2003 11:26:00
On Tue, Sep 23, 2003 at 12:05:14AM +0900, Izumi Tsutsui wrote:
> In article <20030922145418.GA17062@NetBSD.ORG>
> cl@NetBSD.ORG wrote:
> 
> > > Is COMPAT_15 really needed for these ports?
> > > IIRC, simonb said only mips ports would require it.
> > 
> > I added it for consistency.  Some m68k ports already had it, some didn't...
> 
> For consistency, all of them should be removed, I think.
> No file (at least for m68k ports) has #ifdef COMPAT_15.
> (anyway, options(4) should have description about COPMAT_1[56]...) 

FWIW, mips is not the only arch which has/had COMPAT_15.  And I can't find
where COMPAT_15 is used in the first place.  No file has #ifdef COMPAT_15.
You're probably right that it should be removed, but then for all archs and
not only m68k.

    christian