Subject: Re: how to avoid re-ordering?
To: Luke Mewburn <lukem@wasabisystems.com>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: tech-kern
Date: 12/05/2001 14:27:17
Luke Mewburn <lukem@wasabisystems.com> writes:

> wouldn't it be better to mark the ocpl and ncpl arguments as
> `volatile' instead? does that solve the problem?

I don't think it make sense.  The problem here is a lack of barrier
between splxxx/splx and the code inside them, isn't it?

enami.