minix/servers/sched
Tomas Hruby 1f89845bb2 SMP - can boot even if some cpus fail to boot
- EBADCPU is returned is scheduler tries to run a process on a CPU
  that either does not exist or isn't booted

- this change was originally meant to deal with stupid cpuid
  instruction which provides totally useless information about
  hyper-threading and MPS which does not deal with ht at all. ACPI
  provides correct information. If ht is turned off it looks like some
  CPUs failed to boot.  Nevertheless this patch may be handy for
  testing/benchmarking in the future.
2010-09-15 14:11:21 +00:00
..
main.c SMP - Scheduler can assign process to a cpu 2010-09-15 14:10:33 +00:00
Makefile move timers code to libsys 2010-07-09 12:58:18 +00:00
proto.h move timers code to libsys 2010-07-09 12:58:18 +00:00
sched.h SMP - Scheduler can assign process to a cpu 2010-09-15 14:10:33 +00:00
schedproc.h SMP - Compiles for both single and multi processor again 2010-09-15 14:11:03 +00:00
schedule.c SMP - can boot even if some cpus fail to boot 2010-09-15 14:11:21 +00:00
utility.c User-space scheduling for system processes 2010-07-01 08:32:33 +00:00