We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9389e67 commit 665c51fCopy full SHA for 665c51f
arch/riscv/mm/context.c
@@ -67,7 +67,7 @@ static void __flush_context(void)
67
lockdep_assert_held(&context_lock);
68
69
/* Update the list of reserved ASIDs and the ASID bitmap. */
70
- bitmap_clear(context_asid_map, 0, num_asids);
+ bitmap_zero(context_asid_map, num_asids);
71
72
/* Mark already active ASIDs as used */
73
for_each_possible_cpu(i) {
0 commit comments