Register the machine check private state spinlock on ia64.

This commit is contained in:
peter 2002-10-12 00:33:36 +00:00
parent b81f987ed3
commit 439214de2e

View File

@ -234,6 +234,9 @@ static struct witness_order_list_entry order_lists[] = {
{ "mutex profiling lock", &lock_class_mtx_spin },
{ "zombie_thread_lock", &lock_class_mtx_spin },
{ "ALD Queue", &lock_class_mtx_spin },
#ifdef __ia64__
{ "MCA spin lock", &lock_class_mtx_spin },
#endif
{ NULL, NULL },
{ NULL, NULL }
};