Add __amd64__ to the ifdefs that introduce the "pcicfg" spinlock to

witness.

Approved by:  re (safe amd64 support)
This commit is contained in:
peter 2003-05-31 06:42:37 +00:00
parent 99d6402b40
commit 6c537c22b4

View File

@ -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 },