]> git.sur5r.net Git - freertos/commitdiff
Remove debug code from the TriCore port.c file.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 22 Nov 2011 13:27:17 +0000 (13:27 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 22 Nov 2011 13:27:17 +0000 (13:27 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1639 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/portable/GCC/TriCore_1782/port.c

index 4c24da312dd988ddba859669974ae4be81ee2faa..53846d5c626e68f726c93cc691777aeb5da61fb2 100644 (file)
@@ -315,8 +315,6 @@ unsigned long *pxUpperCSA = NULL;
 unsigned long xUpperCSA = 0UL;\r
 extern volatile unsigned long *pxCurrentTCB;\r
 \r
-COUNT_NEST();\r
-\r
        /* Just to avoid compiler warnings about unused parameters. */\r
        ( void ) iArg;\r
 \r
@@ -381,7 +379,6 @@ COUNT_NEST();
                CPU_SRC0.bits.SETR = 0;\r
                _isync();\r
        }\r
-ulNest--;\r
        #endif\r
 }\r
 /*-----------------------------------------------------------*/\r
@@ -517,7 +514,7 @@ static void prvInterruptYield( int iId )
 unsigned long *pxUpperCSA = NULL;\r
 unsigned long xUpperCSA = 0UL;\r
 extern volatile unsigned long *pxCurrentTCB;\r
-COUNT_NEST();\r
+\r
        /* Just to remove compiler warnings. */\r
        ( void ) iId;\r
 \r
@@ -549,7 +546,6 @@ COUNT_NEST();
        pxUpperCSA[ 0 ] = *pxCurrentTCB;\r
        CPU_SRC0.bits.SETR = 0;\r
        _isync();\r
-ulNest--;\r
 }\r
 /*-----------------------------------------------------------*/\r
 \r