Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/uebayasi-xip]: src/sys/uvm One more missing s/DIRECT_PAGE/XIP/.
details: https://anonhg.NetBSD.org/src/rev/7fb09ab246c4
branches: uebayasi-xip
changeset: 751736:7fb09ab246c4
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Thu Jul 08 07:47:37 2010 +0000
description:
One more missing s/DIRECT_PAGE/XIP/.
diffstat:
sys/uvm/uvm_page.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f541c720666b -r 7fb09ab246c4 sys/uvm/uvm_page.h
--- a/sys/uvm/uvm_page.h Thu Jul 08 07:45:59 2010 +0000
+++ b/sys/uvm/uvm_page.h Thu Jul 08 07:47:37 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_page.h,v 1.59.2.24 2010/07/08 05:30:43 uebayasi Exp $ */
+/* $NetBSD: uvm_page.h,v 1.59.2.25 2010/07/08 07:47:37 uebayasi Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -268,7 +268,7 @@
extern struct vm_physseg *vm_physmem_ptrs[VM_PHYSSEG_MAX];
extern int vm_nphysmem;
-#ifdef DIRECT_PAGE
+#ifdef XIP
extern struct vm_physseg *vm_physdev_ptrs[VM_PHYSSEG_MAX];
extern int vm_nphysdev;
#endif
Home |
Main Index |
Thread Index |
Old Index