]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/GCC/MicroBlazeV8/portasm.S
Update version number to 9.0.0rc2.
[freertos] / FreeRTOS / Source / portable / GCC / MicroBlazeV8 / portasm.S
index 9c6bef07336759faa97d3aa89b581d53b0d672de..be28fc710c6d9472f064d63ed132af8c853e3be6 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.\r
+    FreeRTOS V9.0.0rc2 - Copyright (C) 2016 Real Time Engineers Ltd.\r
     All rights reserved\r
 \r
     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -8,7 +8,7 @@
 \r
     FreeRTOS is free software; you can redistribute it and/or modify it under\r
     the terms of the GNU General Public License (version 2) as published by the\r
-    Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.\r
+    Free Software Foundation >>>> AND MODIFIED BY <<<< the FreeRTOS exception.\r
 \r
     ***************************************************************************\r
     >>!   NOTE: The modification to the GPL is included to allow you to     !<<\r
@@ -76,7 +76,7 @@
 \r
 /* The context is oversized to allow functions called from the ISR to write\r
 back into the caller stack. */\r
-#if XPAR_MICROBLAZE_0_USE_FPU != 0\r
+#if( XPAR_MICROBLAZE_USE_FPU != 0 )\r
        #define portCONTEXT_SIZE 136\r
        #define portMINUS_CONTEXT_SIZE -136\r
 #else\r
@@ -179,7 +179,7 @@ back into the caller stack. */
        mfs r18, rmsr\r
        swi r18, r1, portMSR_OFFSET\r
 \r
-       #if XPAR_MICROBLAZE_0_USE_FPU != 0\r
+       #if( XPAR_MICROBLAZE_USE_FPU != 0 )\r
                /* Stack FSR. */\r
                mfs r18, rfsr\r
                swi r18, r1, portFSR_OFFSET\r
@@ -232,7 +232,7 @@ back into the caller stack. */
        lwi r18, r1, portMSR_OFFSET\r
        mts rmsr, r18\r
 \r
-       #if XPAR_MICROBLAZE_0_USE_FPU != 0\r
+       #if( XPAR_MICROBLAZE_USE_FPU != 0 )\r
                /* Reload the FSR from the stack. */\r
                lwi r18, r1, portFSR_OFFSET\r
                mts rfsr, r18\r