The kernel perfmon support (options PERFMON) was trying to initialize its
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 2 Jul 2007 02:14:32 +0000 (02:14 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 2 Jul 2007 02:14:32 +0000 (02:14 +0000)
commit9a5bae71a70c31e8ea5aafed0b827c4b28291510
tree8841249e1e5ff16f151aebdeec23f56af846a4b1
parent676aa73100468097567ea308e9837f47dcb1241d
The kernel perfmon support (options PERFMON) was trying to initialize its
device way too early in the boot sequence, resulting in a panic on SMP
boxes.  Move initialization to a bit later in the boot sequence.

Reported-by: Thomas Nikolajsen <sinknull@crater.dragonflybsd.org>
Dragonfly-bug: <http://bugs.dragonflybsd.org/issue714>
sys/platform/pc32/i386/perfmon.c