1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00
freebsd/sys/sparc64
Peter Wemm 7b719ec324 Back out proc part of last commit. UMA manages the thread cache only, and
we just have to deal with the kstack when told to.  We do not have a
UMA-managed cache for the proc struct and its associated upage yet.  So,
go back to the old lazy mechanism.  Note that if UMA destroys pages that
used to contain proc structures, we'll lose the corresponding upage
forever.  (zones never did this - once a page was allocated, it stayed
attached to the proc zone forever)
2002-07-05 01:27:35 +00:00
..
compile
conf Remove ALT_BREAK_TO_DEBUGGER. This was inconsistent (both in form 2002-06-30 04:12:21 +00:00
ebus
include Since printf(3) now supports the `j' conversion specifier, use that 2002-06-30 05:48:03 +00:00
isa
pci Add PCI bus enumeration and latency timer setup to the sparc64 MD PCI 2002-06-12 19:20:57 +00:00
sbus
sparc64 Back out proc part of last commit. UMA manages the thread cache only, and 2002-07-05 01:27:35 +00:00