Implement a convenient gd_cpumask so we don't have to do 1 << gd->gd_cpuid
[dragonfly.git] / sys / kern / lwkt_ipiq.c
2004-04-01 Matthew DillonImplement a convenient gd_cpumask so we don't have...
2004-03-08 Matthew Dillonlibcaps now compiles ipiq and token in userland, make...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-17 Matthew DillonIntroduce an MI cpu synchronization API, redo the SMP...
2004-02-15 Matthew DillonCleanup and augment the cpu synchronization API a bit...
2004-02-15 Matthew DillonSplit the IPIQ messaging out of lwkt_thread.c and move...