cvs commit: src/sys/platform/pc32/i386 perfmon.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Jul 1 19:16:59 PDT 2007
dillon 2007/07/01 19:14:32 PDT
DragonFly src repository
Modified files:
sys/platform/pc32/i386 perfmon.c
Log:
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 at crater.dragonflybsd.org>
Dragonfly-bug: <http://bugs.dragonflybsd.org/issue714>
Revision Changes Path
1.10 +18 -5 src/sys/platform/pc32/i386/perfmon.c
http://www.dragonflybsd.org/cvsweb/src/sys/platform/pc32/i386/perfmon.c.diff?r1=1.9&r2=1.10&f=u
More information about the Commits
mailing list