Subject: Re: can MEXTADD() storage be remapped ?
To: None <bouyer@antioche.eu.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 05/25/2005 11:51:38
hi,

> The queue is shared for all non-urgent pmap updates (e.g. thoses that can wait
> until the next context switch). I know it's not empty, because of the panic
> I'm seeing. I could try to see if there are updates pending for this
> PA, but this would mean making the queue updates interrupt-safe, which I'm
> trying to avoid ...

which panic are you seeing?

xpq_queue_* routines need to be interrupt safe anyway.

YAMAMOTO Takashi