kernel - Add per-process token, adjust signal code to use it (2).
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 12 Feb 2011 16:46:18 +0000 (08:46 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 12 Feb 2011 16:46:18 +0000 (08:46 -0800)
commit8582ec21c73abb71e84b8e5e996bcd6c8fdfbf38
tree579bae7c86118c6d87148494675d66333ae19d94
parent1694150cfc4e8f4c92b1ed595652d3d2bbc70cc2
kernel - Add per-process token, adjust signal code to use it (2).

* In order to avoid a hard-code-section assertion from hardclock()'s
  itimer code the per-process token must be held on the call to ksignal().
sys/kern/kern_clock.c
sys/kern/kern_sig.c