Prepare to support polling(4) on multiple cpus:
commitf5f964f9b99008720135439fc56ff6ad634b420c
authorsephe <sephe>
Wed, 12 Sep 2007 12:02:09 +0000 (12 12:02 +0000)
committersephe <sephe>
Wed, 12 Sep 2007 12:02:09 +0000 (12 12:02 +0000)
tree29f3b504bb3272ba86bb887bdecae1f58070d89c
parent62dfcab6682e4ada1942c6b57ac3a8586283734d
Prepare to support polling(4) on multiple cpus:
- Add per-cpu polling(4) context, move global variables into it.
- Make global sysctl nodes per-cpu.  Fake original global sysctl
  nodes by creating alias to the lowest cpu's sysctl nodes, mainly
  for compatibility.
sys/kern/kern_clock.c
sys/kern/kern_poll.c