Date: Sat, 20 Nov 2004 02:29:37 +0000 (UTC) From: David Schultz <das@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c mp_machdep.c Message-ID: <200411200229.iAK2Tb0P000802@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2004-11-20 02:29:37 UTC FreeBSD src repository Modified files: sys/alpha/alpha machdep.c mp_machdep.c Log: U areas are going away, so don't allocate them. It's worrisome that mp_machdep.c was using UAREA_PAGES to allocate something that isn't a U area, and that there seems to be an implicit assumption that the PCB is just past the end of the kernel stack. Reviewed by: arch@ Revision Changes Path 1.225 +1 -5 src/sys/alpha/alpha/machdep.c 1.54 +1 -1 src/sys/alpha/alpha/mp_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411200229.iAK2Tb0P000802>