Remove hptlock from the static witness table, now that it's a regular sleep

mutex.
This commit is contained in:
Suleiman Souhlal 2007-01-16 22:56:28 +00:00
parent 0855a1ba50
commit e8ac01c56a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166061

View File

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