1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Add the spin lock used by the binary nvidia driver to the static lock

order list so that WITNESS and the driver play together nicely.

Tested by:	Harald Schmalzbauer
MFC after:	3 days
This commit is contained in:
John Baldwin 2005-09-26 18:30:12 +00:00
parent e51bf22777
commit d27acf445e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150582

View File

@ -363,6 +363,7 @@ static struct witness_order_list_entry order_lists[] = {
#ifdef SMP
{ "ap boot", &lock_class_mtx_spin },
#endif
{ "rm.mutex_mtx", &lock_class_mtx_spin },
{ "sio", &lock_class_mtx_spin },
#ifdef __i386__
{ "cy", &lock_class_mtx_spin },