
Must add the field
	int fromCpu
in the Thread class

Since the MultiCpuMux does not exit when there are no more threads to
run, we don't need an I/O thread. We use SIGIO instead.

We must disable/enable SIGIO around the context switching code.

