Update README.md

This commit is contained in:
Tobias Reinhard 2022-12-31 16:41:43 -05:00
commit f335145676

View file

@ -295,7 +295,6 @@ Therefore, the proof's correctness relies on the correctness of our models.
- ### Locking discipline and lock invariants
FreeRTOS' SMP implementation uses the following synchronization mechanisms:
- Deactivating interrupts:
Some data is only meant to be accessed on a specific core C.
Such data may only be accessed after interrupts on core C have been deactivated.
For instance the global array `pxCurrentTCBs` in `tasks.c` has an entry for