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
Previously, mtimecmp was accessed at a fixed MMIO address assuming a
single core. Each hart has its own mtimecmp register at distinct
offsets, so update mtimecmp read and write functions to index based on
the current hart ID, ensuring correct timer compare handling in SMP
systems.
0 commit comments