small cleanuo to smp asm files

This commit is contained in:
2026-03-26 15:55:32 +01:00
parent 1aa9944581
commit 8a41f3e0fa
3 changed files with 7 additions and 20 deletions

View File

@@ -35,7 +35,6 @@ _tx_thread_smp_unprotect:
/* Release the protection. */
li t3, -1 // Invalid owner value
sw t3, 4(t2) // Mark owning hart invalid
fence rw, rw // Ensure shared accesses complete
amoswap.w.rl x0, x0, (t2) // Release protection flag
_still_protected: