cvs commit: src/sys/alpha/alpha machdep.c mp_machdep.c
David Schultz
das at FreeBSD.org
Sat Nov 20 02:29:37 GMT 2004
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
More information about the cvs-all
mailing list