Module Name:    src
Committed By:   uebayasi
Date:           Thu Jul  8 07:47:37 UTC 2010

Modified Files:
        src/sys/uvm [uebayasi-xip]: uvm_page.h

Log Message:
One more missing s/DIRECT_PAGE/XIP/.


To generate a diff of this commit:
cvs rdiff -u -r1.59.2.24 -r1.59.2.25 src/sys/uvm/uvm_page.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/uvm/uvm_page.h
diff -u src/sys/uvm/uvm_page.h:1.59.2.24 src/sys/uvm/uvm_page.h:1.59.2.25
--- src/sys/uvm/uvm_page.h:1.59.2.24	Thu Jul  8 05:30:43 2010
+++ src/sys/uvm/uvm_page.h	Thu Jul  8 07:47:37 2010
@@ -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

Reply via email to