WITNESS may cause failed boot, patch available

2001-01-21 Thread Jason Evans
Peter Wemm noticed that WITNESS currently causes a kernel trap the alpha. The bug also exists on x86, but does not necessarily cause any problems. If you run into problems (probably during boot), there is a patch available that should fix the WITNESS problem:

Re: WITNESS may cause failed boot, patch available

2001-01-21 Thread Bosko Milekic
Jason Evans wrote: Peter Wemm noticed that WITNESS currently causes a kernel trap the alpha. The bug also exists on x86, but does not necessarily cause any problems. If you run into problems (probably during boot), there is a patch available that should fix the WITNESS problem:

Re: WITNESS may cause failed boot, patch available

2001-01-21 Thread Jason Evans
On Sun, Jan 21, 2001 at 01:06:15PM -0500, Bosko Milekic wrote: http://people.freebsd.org/~jasone/diffs/mutex_f_3.diff This looks like a variation of Peter's mutex.diff which moves a bunch of macros to kern/kern_mutex.c from sys/mutex.h - so is it final now that we will move them