svn commit: r270140 - in projects/amd64_xen_pv/sys: amd64/xen conf
Cherry G. Mathew
cherry at FreeBSD.org
Mon Aug 18 17:01:02 UTC 2014
Author: cherry
Date: Mon Aug 18 17:01:01 2014
New Revision: 270140
URL: http://svnweb.freebsd.org/changeset/base/270140
Log:
Excise the pv related sources from the tree.
This is cruft leftover from an earlier effort to separate the pv code
from pmap.c
Approved by: gibbs (implicit)
Deleted:
projects/amd64_xen_pv/sys/amd64/xen/pmap_pv.c
Modified:
projects/amd64_xen_pv/sys/conf/files.amd64
Modified: projects/amd64_xen_pv/sys/conf/files.amd64
==============================================================================
--- projects/amd64_xen_pv/sys/conf/files.amd64 Mon Aug 18 16:55:18 2014 (r270139)
+++ projects/amd64_xen_pv/sys/conf/files.amd64 Mon Aug 18 17:01:01 2014 (r270140)
@@ -123,8 +123,6 @@ amd64/amd64/mpboot.S optional native sm
amd64/xen/mpboot.c optional xen smp
amd64/amd64/pmap.c optional native
amd64/xen/pmap.c optional xen
-amd64/xen/pmap_pv.c optional xen
-amd64/xen/mmu_map.c optional xen
amd64/amd64/prof_machdep.c optional profiling-routine
amd64/amd64/ptrace_machdep.c standard
amd64/amd64/sigtramp.S standard
More information about the svn-src-projects
mailing list