Subject: Re: CVS commit: src/sys/arch/newsmips/include
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: source-changes
Date: 08/27/2006 16:01:58
christos@astron.com wrote:

> This is really not needed. It is better to make the counter volatile.

It generates differnent code from the previous.
With volatile the counter is allocated on memory (not register)
and it would cause longer DELAY(9).
---
Izumi Tsutsui