diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-12-19 11:23:56 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-12-19 11:23:56 +0000 |
commit | c69790a0f323c27ee365e8745d60e4cfbca103c2 (patch) | |
tree | 4be13606940ec1926a495f3fe9e66c3579d195f0 /src/chmtx.c | |
parent | 1564dbaaeeb391c65084d222d6859306a1d853f4 (diff) | |
download | ChibiOS-c69790a0f323c27ee365e8745d60e4cfbca103c2.tar.gz ChibiOS-c69790a0f323c27ee365e8745d60e4cfbca103c2.tar.bz2 ChibiOS-c69790a0f323c27ee365e8745d60e4cfbca103c2.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@151 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/chmtx.c')
-rw-r--r-- | src/chmtx.c | 12 |
1 files changed, 0 insertions, 12 deletions
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
|