71ced1f1a9
It might be useful to store things in memory per CPU. The tricky part is that all CPUs run the same code and see the same memory, so some kind of centralized access is required. For now, the structure contains the hart id. Access to the structure elements is provided via sscratch, which is unique for every hart! |
||
---|---|---|
.. | ||
include | ||
src | ||
Kconfig |