cvs commit: src/sys/kern kern_thread.c
Marcel Moolenaar
marcel at FreeBSD.org
Sat May 31 22:58:00 PDT 2003
marcel 2003/05/31 22:57:59 PDT
FreeBSD src repository
Modified files:
sys/kern kern_thread.c
Log:
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.
Revision Changes Path
1.132 +0 -14 src/sys/kern/kern_thread.c
More information about the cvs-all
mailing list