From 0bb20d36f4f1c8457416167b399d976d26660611 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 17 Dec 2007 14:57:44 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@142 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/chmtx.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/chmtx.c') diff --git a/src/chmtx.c b/src/chmtx.c index 1c0055acd..c097f2f33 100644 --- a/src/chmtx.c +++ b/src/chmtx.c @@ -56,15 +56,15 @@ static void prio_enq(Thread *tp, ThreadsQueue *tqp) { } /* - * 0 +++BA++------------------2+++--8++++++++++BR0---------------------------- - * 1 .......++AA++--2+++++++++BA....8..........++++++++BR8++++AR1------------- - * 2 .............++AA..............................................----++AR++ - * 8 .............................++AA........................++++++AR++...... + * 0 +++BL++------------------2+++--8++++++++++BU0---------------------------- + * 1 .......++AL++--2+++++++++BL....8..........++++++++BU8++++AU1------------- + * 2 .............++AL..............................................----++AU++ + * 8 .............................++AL........................++++++AU++...... * * - * 5 ++++++++++++++++++AA+....9++++++++++++++AR5------------------------------ + * 5 ++++++++++++++++++AL+....9++++++++++++++AU5------------------------------ * 7 .....................++-------------------------------------------------- - * 9 .......................++AA.............+++++++++AR++++++++++++++++++++++ + * 9 .......................++AL.............+++++++++AU++++++++++++++++++++++ */ /** -- cgit v1.2.3