Skip to content

Commit

Permalink
review feedback: remove inaccurate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
androm3da committed Jan 16, 2025
1 parent 19acf5b commit dab6f39
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions target/hexagon/hex_mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -498,11 +498,6 @@ static inline void print_thread_states(const char *str)
}
}

/*
* A tlb_lock is taken with either a tlbfault or an explicit
* tlblock insn. The insn tlblock only advances the PC
* after the lock is acquired, similar to k0lock.
*/
void hex_tlb_lock(CPUHexagonState *env)
{
qemu_log_mask(CPU_LOG_MMU, "hex_tlb_lock: %d\n", env->threadId);
Expand Down

0 comments on commit dab6f39

Please sign in to comment.