Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Oct 2002 14:52:38 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 19101 for review
Message-ID:  <200210112152.g9BLqciM046926@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=19101

Change 19101 by peter@peter_mckinley on 2002/10/11 14:52:10

	add MCA spinlock

Affected files ...

.. //depot/projects/ia64/sys/kern/subr_witness.c#20 edit

Differences ...

==== //depot/projects/ia64/sys/kern/subr_witness.c#20 (text+ko) ====

@@ -234,6 +234,9 @@
 	{ "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 }
 };

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210112152.g9BLqciM046926>