]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove the ia64 hackery in threadinit() that was needed to work around
authormarcel <marcel@FreeBSD.org>
Sun, 1 Jun 2003 05:57:58 +0000 (05:57 +0000)
committermarcel <marcel@FreeBSD.org>
Sun, 1 Jun 2003 05:57:58 +0000 (05:57 +0000)
commit2d3c5aba3db0c919fd3d9f32af2b4789cc6d2c8d
tree281ce8a14c391927f8a9474223d8546169140cd9
parent606016928a8d12daa870438804bb9746846bf219
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