-
由 Silas Boyd-Wickizer 提交于
The scheduler using namespaces is broken. For a given CPU, the scheduler always runs the process that was last inserted into the namespace. This leads to starvation and deadlock (in userspace). I want to test the VM implementation, so I wrote a simple per-core runqueue implementation.
a0620682