summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-05-29 06:08:45 +0000
committerjake <jake@FreeBSD.org>2002-05-29 06:08:45 +0000
commit580d1a81b5133794d1e5a9f484e7910e9db2e933 (patch)
tree86771b4e16c4ad9654de25aba106b30e7c965d4e /sys/conf
parenta601bb5324490b0fa9b0f2f03726a4f0fbdbeba8 (diff)
downloadFreeBSD-src-580d1a81b5133794d1e5a9f484e7910e9db2e933.zip
FreeBSD-src-580d1a81b5133794d1e5a9f484e7910e9db2e933.tar.gz
Merge the code in pv.c into pmap.c directly. Place all page mappings onto
the pv lists in the vm_page, even unmanaged kernel mappings. This is so that the virtual cachability of these mappings can be tracked when a page is mapped to more than one virtual address. All virtually cachable mappings of a physical page must have the same virtual colour, or illegal alises can be created in the data cache. This is a bit tricky because we still have to recognize managed and unmanaged mappings, even though they are all on the pv lists.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.sparc641
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64
index de70719..1753ebb 100644
--- a/sys/conf/files.sparc64
+++ b/sys/conf/files.sparc64
@@ -56,7 +56,6 @@ sparc64/sparc64/nexus.c standard
sparc64/sparc64/ofw_bus.c standard
sparc64/sparc64/ofw_machdep.c standard
sparc64/sparc64/pmap.c standard
-sparc64/sparc64/pv.c standard
sparc64/sparc64/rwindow.c standard
sparc64/sparc64/sparcbus_if.m standard
sparc64/sparc64/support.s standard
OpenPOWER on IntegriCloud