summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_mutex.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-11-15 19:08:55 +0000
committerjhb <jhb@FreeBSD.org>2001-11-15 19:08:55 +0000
commita34999ebf2721d001450254974e3da77b1abc843 (patch)
tree917846f979c2d4ddfb0b7c1793352cefdb954eef /sys/kern/kern_mutex.c
parent29e372a1377610d25211d6efdfbf3950fbdbb69f (diff)
downloadFreeBSD-src-a34999ebf2721d001450254974e3da77b1abc843.zip
FreeBSD-src-a34999ebf2721d001450254974e3da77b1abc843.tar.gz
Remove definition of witness and comment stating that this file implements
witness. Witness moved off to subr_witness.c a while ago.
Diffstat (limited to 'sys/kern/kern_mutex.c')
-rw-r--r--sys/kern/kern_mutex.c23
1 files changed, 1 insertions, 22 deletions
diff --git a/sys/kern/kern_mutex.c b/sys/kern/kern_mutex.c
index 4829e73..d4809af 100644
--- a/sys/kern/kern_mutex.c
+++ b/sys/kern/kern_mutex.c
@@ -31,28 +31,7 @@
*/
/*
- * Machine independent bits of mutex implementation and implementation of
- * `witness' structure & related debugging routines.
- */
-
-/*
- * Main Entry: witness
- * Pronunciation: 'wit-n&s
- * Function: noun
- * Etymology: Middle English witnesse, from Old English witnes knowledge,
- * testimony, witness, from 2wit
- * Date: before 12th century
- * 1 : attestation of a fact or event : TESTIMONY
- * 2 : one that gives evidence; specifically : one who testifies in
- * a cause or before a judicial tribunal
- * 3 : one asked to be present at a transaction so as to be able to
- * testify to its having taken place
- * 4 : one who has personal knowledge of something
- * 5 a : something serving as evidence or proof : SIGN
- * b : public affirmation by word or example of usually
- * religious faith or conviction <the heroic witness to divine
- * life -- Pilot>
- * 6 capitalized : a member of the Jehovah's Witnesses
+ * Machine independent bits of mutex implementation.
*/
#include "opt_ddb.h"
OpenPOWER on IntegriCloud