You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[libcpu-riscv]: [surpport SMP]: Support the SMP feature under the Smart framework/environment
By defining a custom .percpu section and controlling the MMU mapping page table entries,
different cores can access different physical memory when accessing the same virtual
address (percpu_hartid), thereby storing their respective hartids. If the satp register
is not used, the hartid is stored in the satp register.
Signed-off-by: Mengchen Teng <teng_mengchen@163.com>
0 commit comments