Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Aug 2014 17:01:02 +0000 (UTC)
From:      "Cherry G. Mathew" <cherry@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r270140 - in projects/amd64_xen_pv/sys: amd64/xen conf
Message-ID:  <201408181701.s7IH128M079166@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408181701.s7IH128M079166>