svn commit: r270141 - in projects/amd64_xen_pv/sys/amd64: amd64 xen
Cherry G. Mathew
cherry at FreeBSD.org
Mon Aug 18 17:08:12 UTC 2014
Author: cherry
Date: Mon Aug 18 17:08:11 2014
New Revision: 270141
URL: http://svnweb.freebsd.org/changeset/base/270141
Log:
Missed out removing pmap_pv.h from the tree, and references to it and
mmu_map.h in r270140
Approved by: gibbs (implicit)
Deleted:
projects/amd64_xen_pv/sys/amd64/xen/pmap_pv.h
Modified:
projects/amd64_xen_pv/sys/amd64/amd64/db_interface.c
Modified: projects/amd64_xen_pv/sys/amd64/amd64/db_interface.c
==============================================================================
--- projects/amd64_xen_pv/sys/amd64/amd64/db_interface.c Mon Aug 18 17:01:01 2014 (r270140)
+++ projects/amd64_xen_pv/sys/amd64/amd64/db_interface.c Mon Aug 18 17:08:11 2014 (r270141)
@@ -42,10 +42,6 @@ __FBSDID("$FreeBSD$");
#include <vm/vm.h>
#include <vm/pmap.h>
-#ifdef XEN
-#include <amd64/xen/mmu_map.h>
-#endif
-
#include <ddb/ddb.h>
/*
More information about the svn-src-projects
mailing list