mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Kernel updates:
- Add user configurable thread local storage array, with get/set access function.
This commit is contained in:
parent
51aa373c4c
commit
dfdc319518
7 changed files with 95 additions and 25 deletions
|
@ -168,12 +168,14 @@ static void prvSetupHardware( void )
|
|||
|
||||
#if defined( XPAR_MICROBLAZE_USE_ICACHE ) && ( XPAR_MICROBLAZE_USE_ICACHE != 0 )
|
||||
{
|
||||
Xil_ICacheInvalidate();
|
||||
Xil_ICacheEnable();
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined( XPAR_MICROBLAZE_USE_DCACHE ) && ( XPAR_MICROBLAZE_USE_DCACHE != 0 )
|
||||
{
|
||||
Xil_DCacheInvalidate();
|
||||
Xil_DCacheEnable();
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue