Subject: Re: CVS commit: syssrc/sys/arch/i386
To: Alan Barrett <apb@cequrux.com>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: source-changes
Date: 10/01/2002 08:24:09
On Tue, Oct 01, 2002 at 03:17:42PM +0200, Alan Barrett wrote:

 > Is it expected to work with uniprocessor + raidframe + LOCKDEBUG ?

The problem is that RAIDframe uses simplelocks and then tsleep's while
holding them.  This is a No-No.  LOCKDEBUG will also catch it on a UP
machine, and panic.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>