]> git.sur5r.net Git - freertos/commitdiff
Remove vTaskCleanUpResources() calls.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 1 Aug 2011 08:07:44 +0000 (08:07 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 1 Aug 2011 08:07:44 +0000 (08:07 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1528 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/portable/BCC/16BitDOS/Flsh186/port.c
Source/portable/BCC/16BitDOS/PC/port.c
Source/portable/oWatcom/16BitDOS/Flsh186/port.c
Source/portable/oWatcom/16BitDOS/PC/port.c

index 718530979bb53d90f5e9517dc9e382e876b2b312..69e33c14cbf4195e836ea50baa88b6d02736c7e1 100644 (file)
@@ -236,11 +236,6 @@ unsigned short usTimer0Control;
 \r
 \r
        portENABLE_INTERRUPTS();\r
-\r
-       /* This will free up all the memory used by the scheduler.\r
-       exiting back to dos with INT21 AH=4CH will do this anyway so\r
-       it is not necessary to call this. */\r
-       vTaskCleanUpResources();\r
 }\r
 /*-----------------------------------------------------------*/\r
 \r
index 83cb64e4ff25687bc06a36913801b786b3a5e378..4aff544c93a543d69fd6d017e4dd8e4b1a806219 100644 (file)
@@ -277,11 +277,6 @@ void ( __interrupt __far *pxOriginalTickISR )();
        /* The tick timer is back how DOS wants it.  We can re-enable\r
        interrupts without the scheduler being called. */\r
        portENABLE_INTERRUPTS();\r
-\r
-       /* This will free up all the memory used by the scheduler.\r
-       exiting back to dos with INT21 AH=4CH will do this anyway so\r
-       it is not necessary to call this. */\r
-       vTaskCleanUpResources(); \r
 }\r
 /*-----------------------------------------------------------*/\r
 \r
index e139cb17d5e84a2bcfc681d2b4eda439ab3252c5..996f18f3c03f17b0672baa3ae48b0eb77f903513 100644 (file)
@@ -238,11 +238,6 @@ unsigned short usTimer0Control;
 \r
 \r
        portENABLE_INTERRUPTS();\r
-\r
-       /* This will free up all the memory used by the scheduler.\r
-       exiting back to dos with INT21 AH=4CH will do this anyway so\r
-       it is not necessary to call this. */\r
-       vTaskCleanUpResources(); \r
 }\r
 /*-----------------------------------------------------------*/\r
 \r
index 71ec0dbacde4a0d2df13e1755488fda0c425c817..4770190b053d95840247c7e8919bc980da00ae90 100644 (file)
@@ -290,11 +290,6 @@ void ( __interrupt __far *pxOriginalTickISR )();
        /* The tick timer is back how DOS wants it.  We can re-enable\r
        interrupts without the scheduler being called. */\r
        portENABLE_INTERRUPTS();\r
-\r
-       /* This will free up all the memory used by the scheduler.\r
-       exiting back to dos with INT21 AH=4CH will do this anyway so\r
-       it is not necessary to call this. */\r
-       vTaskCleanUpResources(); \r
 }\r
 /*-----------------------------------------------------------*/\r
 \r