freebsd-skq/sys/amd64
bmilekic 4f534409b3 Move the setting of curproc to idleproc up earlier in ap_init(). The
problem is that a mutex lock, prior to this change, is acquired before
the curproc is set to idleproc, so we mess ourselves up by calling
the mutex lock routine with curproc == NULL.

Moving it up after the aps_ready spin-wait has us hopefully setting it
after idleproc is setup.

Solved by: jake (the allmighty) :-)
2001-01-28 03:41:01 +00:00
..
acpica FreeBSD-specific OSD (operating system dependant) modules for the Intel 2000-10-28 06:56:15 +00:00
amd64 Move the setting of curproc to idleproc up earlier in ap_init(). The 2001-01-28 03:41:01 +00:00
conf Turn DEVFS on by default. 2001-01-27 08:18:36 +00:00
include Move the setting of curproc to idleproc up earlier in ap_init(). The 2001-01-28 03:41:01 +00:00
isa Remove the Xforward_irq IPI. 2001-01-24 10:01:13 +00:00
pci Fix a warning due to missing prototype. 2001-01-19 09:10:14 +00:00
Makefile Update tags directive to reflect the new location of soft updates 2000-07-04 00:18:43 +00:00