Re: more on dumping

2002-07-06 Thread Andrew Gallatin
Bruce Evans writes: > On Sat, 6 Jul 2002, Andrew Gallatin wrote: > > > Julian Elischer writes: > > > On Sat, 6 Jul 2002, Andrew Gallatin wrote: > > > > OK, current is really confusing me. When we are panic'ing and syncing > > > > disks, how are we supposed to come back to the current t

Re: more on dumping

2002-07-06 Thread Bruce Evans
On Sat, 6 Jul 2002, Andrew Gallatin wrote: > Julian Elischer writes: > > On Sat, 6 Jul 2002, Andrew Gallatin wrote: > > > OK, current is really confusing me. When we are panic'ing and syncing > > > disks, how are we supposed to come back to the current thread which > > > caused the dump afte

Re: more on dumping

2002-07-06 Thread Andrew Gallatin
Julian Elischer writes: > > > On Sat, 6 Jul 2002, Andrew Gallatin wrote: > > > > > > > OK, current is really confusing me. When we are panic'ing and syncing > > disks, how are we supposed to come back to the current thread which > > caused the dump after we do an mi_switch() to all

Re: more on dumping

2002-07-06 Thread Andrew Gallatin
Bruce Evans writes: > On Sat, 6 Jul 2002, Andrew Gallatin wrote: > > > OK, current is really confusing me. When we are panic'ing and syncing > > disks, how are we supposed to come back to the current thread which > > caused the dump after we do an mi_switch() to allow an interrupt > > thr

Re: more on dumping

2002-07-06 Thread Bruce Evans
On Sat, 6 Jul 2002, Andrew Gallatin wrote: > OK, current is really confusing me. When we are panic'ing and syncing > disks, how are we supposed to come back to the current thread which > caused the dump after we do an mi_switch() to allow an interrupt > thread to run? > > The alpha seems to get

Re: more on dumping

2002-07-05 Thread Julian Elischer
On Sat, 6 Jul 2002, Andrew Gallatin wrote: > > > OK, current is really confusing me. When we are panic'ing and syncing > disks, how are we supposed to come back to the current thread which > caused the dump after we do an mi_switch() to allow an interrupt > thread to run? > It depends. th