Properly block SIGALARM and disable interrupts (i.e. signals) in init
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 11 Jan 2007 10:08:25 +0000 (10:08 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 11 Jan 2007 10:08:25 +0000 (10:08 +0000)
commitb1b21fa663d979a976290dbb7baecad3a20d83e9
treeeef3a636e0815879bc3b3d95851eb8edeea76a5a
parent49da4741cba7602066e266695c4a68896bc6dff1
Properly block SIGALARM and disable interrupts (i.e. signals) in init
so clock reloads occuring prior to the installation of the clock interrupt
(i.e. itimer) do not cause the program to abort.
sys/platform/vkernel/i386/cpu_regs.c
sys/platform/vkernel/platform/init.c
sys/platform/vkernel/platform/machintr.c