NetBSD/sys/arch/sparc64
thorpej e03e9e8086 Rather than starting init and creating kthreads by forking and then
doing a cpu_set_kpc(), just pass the entry point and argument all
the way down the fork path starting with fork1().  In order to
avoid special-casing the normal fork in every cpu_fork(), MI code
passes down child_return() and the child process pointer explicitly.

This fixes a race condition on multiprocessor systems; a CPU could
grab the newly created processes (which has been placed on a run queue)
before cpu_set_kpc() would be performed.
2000-05-28 05:48:59 +00:00
..
compile
conf Use the new emergency fallback PROM console driver. 2000-05-19 05:28:47 +00:00
dev Use the PCI function code to distinguish simba bus A from bus B instead 2000-05-24 20:27:52 +00:00
fpu unconditionalize "ifdef sparc". 2000-04-12 04:06:41 +00:00
include First sweep at scheduler state cleanup. Collect MI scheduler 2000-05-26 21:19:19 +00:00
sparc64 Rather than starting init and creating kthreads by forking and then 2000-05-28 05:48:59 +00:00
stand Add `-D' flag to drop to the PROM before jumping to the kernel. 2000-05-26 22:59:51 +00:00
Makefile Fixup non-DEBUG kernels. 1999-05-09 19:24:19 +00:00