PERFORCE change 32137 for review
Peter Wemm
peter at FreeBSD.org
Fri May 30 18:25:24 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=32137
Change 32137 by peter at peter_hammer on 2003/05/30 18:24:59
amd64 has the pcicfg spin lock too
Affected files ...
.. //depot/projects/hammer/sys/kern/subr_witness.c#11 edit
Differences ...
==== //depot/projects/hammer/sys/kern/subr_witness.c#11 (text+ko) ====
@@ -313,7 +313,7 @@
#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 },
More information about the p4-projects
mailing list