Subject: Re: splassert To: Frank van der Linden <fvdl@wasabisystems.com> From: None <itojun@iijlab.net> List: tech-kern Date: 06/20/2002 22:37:41
> yes. i was wrong (noticed after writing the previous email).
> the following should be correct.
>+ if (cpl & ~imask[wantipl])
err, backwards... (it's so confusing)
if (~cpl & imask[wantipl])
itojun