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

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



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