Date: Sat, 31 May 2003 22:57:59 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_thread.c Message-ID: <200306010557.h515vx6S095207@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306010557.h515vx6S095207>