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 0dd2a8e commit a1ed9a7Copy full SHA for a1ed9a7
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