]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove the ia64 hackery in threadinit() that was needed to work around
authorMarcel Moolenaar <marcel@FreeBSD.org>
Sun, 1 Jun 2003 05:57:58 +0000 (05:57 +0000)
committerMarcel Moolenaar <marcel@FreeBSD.org>
Sun, 1 Jun 2003 05:57:58 +0000 (05:57 +0000)
commitbf822712f74891e47587cbe95539b064e206836b
tree281ce8a14c391927f8a9474223d8546169140cd9
parent079a4307f01d04363f28a6aa977406e4210906f5
Remove the ia64 hackery in threadinit() that was needed to work around
the lameness of the kstack code. The EPC overhaul de-lame-ified the
kstack code by removing the need for contigmalloc(). We can now
allocate stacks using malloc(). We probably want to make the stacks
swappable as well so that we can make it MI. But that's another story.
sys/kern/kern_kse.c
sys/kern/kern_thread.c