aboutsummaryrefslogtreecommitdiffstats
path: root/ports
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-14 13:11:10 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-14 13:11:10 +0000
commitdbf48157fb9841ec6ccfcfab01f70eefe8f498ce (patch)
treec3e04d48e9541d52a4a61c4f71e4e51efd4c3b95 /ports
parent6ec06f6ff43f3de71632415dbc27006b17c00af1 (diff)
downloadChibiOS-dbf48157fb9841ec6ccfcfab01f70eefe8f498ce.tar.gz
ChibiOS-dbf48157fb9841ec6ccfcfab01f70eefe8f498ce.tar.bz2
ChibiOS-dbf48157fb9841ec6ccfcfab01f70eefe8f498ce.zip
Made the scheduler code more readable.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@849 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports')
-rw-r--r--ports/ARMCM3/chcore.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/ARMCM3/chcore.c b/ports/ARMCM3/chcore.c
index 0159ee71f..80bd13490 100644
--- a/ports/ARMCM3/chcore.c
+++ b/ports/ARMCM3/chcore.c
@@ -168,9 +168,7 @@ void PendSVVector(void) {
/* set the round-robin time quantum */
rlist.r_preempt = CH_TIME_QUANTUM;
#endif
-#if CH_DBG_ENABLE_TRACE
chDbgTrace(otp, currp);
-#endif
sp_thd = currp->p_ctx.r13;
POP_CONTEXT(sp_thd);