mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-08 20:55:14 -05:00
Add the system call table as an actual extern declaration to the ASM file
This commit is contained in:
parent
aacae9f21c
commit
8f9deb4514
1 changed files with 2 additions and 1 deletions
|
|
@ -39,6 +39,7 @@
|
|||
|
||||
/* External FreeRTOS-Kernel Variables */
|
||||
.extern pxCurrentTCB
|
||||
.extern uxSystemCallImplementations
|
||||
.extern ulPortInterruptNesting
|
||||
.extern ulICCEOIR
|
||||
.extern ulPortYieldRequired
|
||||
|
|
@ -125,7 +126,7 @@
|
|||
* R2 Will hold ulRegionSize
|
||||
* R3 will hold ulRegionAttribute
|
||||
* R4 will hold ulRegionBaseAddress
|
||||
* R5 will hold the MPU Region number */
|
||||
* R5 will hold the MPU Region number */
|
||||
|
||||
/* Select the MPU Region using R5 */
|
||||
MCR p15, #0, R5, c6, c2, #0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue