Subject: Re: CVS commit: src/sys/arch/m68k/include
To: None <he@NetBSD.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: source-changes
Date: 06/13/2007 22:00:10
he@NetBSD.org wrote:

> A cursory inspection showed that the specific _060 variants I
> removed were no longer being used by any m68k code.  I didn't
> check if the same was true for the _040 variants, although I
> suspect it is.  Is there still a reason for keeping (or, in the
> case of the _060, re-introduce) them?

As I wrote, for consistency.
_60 variants were exported as _40 ones before,
so they should also be after the change.
If you remove _60 variants, you should also remove
_40 ones and rename all existing ops with _40 suffix.
(i.e. no reason to leave only _40 variants exported)

Anyway, if you just intended to fix compile errors,
why did you bother to backout unnecessary part
without asking a person who made the original change?
---
Izumi Tsutsui