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 5b37065 commit e108c8aCopy full SHA for e108c8a
arch/riscv/kernel/entry.S
@@ -46,7 +46,7 @@
46
* a0 = &new_vmalloc[BIT_WORD(cpu)]
47
* a1 = BIT_MASK(cpu)
48
*/
49
- REG_L a2, TASK_TI_CPU(tp)
+ lw a2, TASK_TI_CPU(tp)
50
/*
51
* Compute the new_vmalloc element position:
52
* (cpu / 64) * 8 = (cpu >> 6) << 3
0 commit comments