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 c734ab9 commit 4e53f27Copy full SHA for 4e53f27
src/core/vm.c
@@ -27,6 +27,7 @@ static void vm_cpu_init(struct vm* vm)
27
{
28
spin_lock(&vm->lock);
29
vm->cpus |= (1UL << cpu()->id);
30
+ vm->as.cpus |= (1UL << cpu()->id);
31
spin_unlock(&vm->lock);
32
}
33
0 commit comments