Add __amd64__ to the ifdefs that introduce the "pcicfg" spinlock to
witness. Approved by: re (safe amd64 support)
This commit is contained in:
parent
99d6402b40
commit
6c537c22b4
@ -313,7 +313,7 @@ static struct witness_order_list_entry order_lists[] = {
|
||||
#ifdef __ia64__
|
||||
{ "MCA spin lock", &lock_class_mtx_spin },
|
||||
#endif
|
||||
#ifdef __i386__
|
||||
#if defined(__i386__) || defined(__amd64__)
|
||||
{ "pcicfg", &lock_class_mtx_spin },
|
||||
#endif
|
||||
{ NULL, NULL },
|
||||
|
Loading…
Reference in New Issue
Block a user