From c69790a0f323c27ee365e8745d60e4cfbca103c2 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 19 Dec 2007 11:23:56 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@151 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/chmtx.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/chmtx.c') diff --git a/src/chmtx.c b/src/chmtx.c index c097f2f33..6f53a615f 100644 --- a/src/chmtx.c +++ b/src/chmtx.c @@ -55,18 +55,6 @@ static void prio_enq(Thread *tp, ThreadsQueue *tqp) { tp->p_prev->p_next = cp->p_prev = tp; } -/* - * 0 +++BL++------------------2+++--8++++++++++BU0---------------------------- - * 1 .......++AL++--2+++++++++BL....8..........++++++++BU8++++AU1------------- - * 2 .............++AL..............................................----++AU++ - * 8 .............................++AL........................++++++AU++...... - * - * - * 5 ++++++++++++++++++AL+....9++++++++++++++AU5------------------------------ - * 7 .....................++-------------------------------------------------- - * 9 .......................++AL.............+++++++++AU++++++++++++++++++++++ - */ - /** * Locks the specified mutex. * @param mp pointer to the \p Mutex structure -- cgit v1.2.3