summaryrefslogtreecommitdiff
path: root/emulators/vmware3/files/pmap.patch
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
commitdf3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0 (patch)
tree1d9ecedb74d255866c8e1e5df9db0f2739a8ba66 /emulators/vmware3/files/pmap.patch
parentConvert a few more uses of INDEX to ${INDEXFILE} (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_0_0'.release/5.0.0
Notes
Notes: svn path=/head/; revision=73228 svn path=/tags/RELEASE_5_0_0/; revision=73229; tag=release/5.0.0
Diffstat (limited to 'emulators/vmware3/files/pmap.patch')
-rw-r--r--emulators/vmware3/files/pmap.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/vmware3/files/pmap.patch b/emulators/vmware3/files/pmap.patch
deleted file mode 100644
index 2a914e47c047..000000000000
--- a/emulators/vmware3/files/pmap.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- vmmon-only/freebsd/hostif.c.orig Tue Dec 4 20:49:08 2001
-+++ vmmon-only/freebsd/hostif.c Tue Dec 4 20:49:44 2001
-@@ -170,7 +170,7 @@
- {
- #define DEB(x)
- caddr_t addr = (caddr_t)VPN_2_VA(ppn);
-- pt_entry_t pteptr = (pt_entry_t)vtopte(addr);
-+ pt_entry_t *pteptr = vtopte(addr);
- PTE pte;
-
- DEB(printf("FindMPN: for page %d address %p(phys %p) pteptr %p", ppn, addr, (caddr_t)vtophys(addr), pteptr));