licensing and training services.\r
*/\r
\r
+#include "PriorityDefinitions.h"\r
+\r
PUBLIC _prvStartFirstTask\r
PUBLIC ___interrupt_27\r
\r
\r
/* Ensure the interrupt mask is set to the syscall priority while the kernel\r
structures are being accessed. */\r
- MVTIPL #4\r
+ MVTIPL #configMAX_SYSCALL_INTERRUPT_PRIORITY\r
\r
/* Select the next task to run. */\r
BSR.A _vTaskSwitchContext\r
\r
/* Reset the interrupt mask as no more data structure access is required. */\r
- MVTIPL #1\r
+ MVTIPL #configKERNEL_INTERRUPT_PRIORITY\r
\r
/* Load the stack pointer of the task that is now selected as the Running\r
state task from its TCB. */\r