minix/kernel/arch/i386/include
Tomas Hruby 0ac9b6d4cf SMP - trully idle APs
- any cpu can use smp_schedule() to tell another cpu to reschedule

- if an AP is idle, it turns off timer as there is nothing to
  preempt, no need to wakeup just to go back to sleep again

- if a cpu makes a process runnable on an idle cpu, it must wake it up
  to reschedule
2010-09-15 14:10:57 +00:00
..
arch_clock.h SMP - Only a single APIC timer handler 2010-09-15 14:10:09 +00:00
arch_proto.h SMP - BSP waits until the APs finish their booting 2010-09-15 14:10:12 +00:00
arch_smp.h SMP - BSP halts APs before shutting down 2010-09-15 14:10:54 +00:00
arch_watchdog.h Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
archconst.h SMP - We boot APs 2010-09-15 14:09:52 +00:00
hw_intr.h SMP - trully idle APs 2010-09-15 14:10:57 +00:00