Date: Sun, 20 Sep 2009 18:53:40 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/sparc64/include pmap.h src/sys/sparc64/sparc64 machdep.c pmap.c Message-ID: <200909201853.n8KIrtpa004174@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2009-09-20 18:53:40 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/sparc64/include pmap.h
sys/sparc64/sparc64 machdep.c pmap.c
Log:
SVN rev 197366 on 2009-09-20 18:53:40Z by marius
MFC: r195149 (partial)
- Work around the broken loader behavior of not demapping no longer
used kernel TLB slots when unloading the kernel or modules, which
results in havoc when loading a kernel and modules which take up
less TLB slots afterwards as the unused but locked ones aren't
accounted for in virtual_avail. Eventually this should be fixed
in the loader which isn't straight forward though and the kernel
should be robust against this anyway. [1]
- Remove the no longer used global msgbuf_phys.
- Remove the redundant ekva parameter of pmap_bootstrap_alloc().
- Correct some outdated function names in ktr(9) invocations.
Requested by: jhb [1]
Revision Changes Path
1.47.2.2 +1 -3 src/sys/sparc64/include/pmap.h
1.138.2.11 +19 -9 src/sys/sparc64/sparc64/machdep.c
1.166.2.11 +15 -16 src/sys/sparc64/sparc64/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909201853.n8KIrtpa004174>
