Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/uebayasi-xip]: src/sys/uvm Sort.



details:   https://anonhg.NetBSD.org/src/rev/c0917b607e7e
branches:  uebayasi-xip
changeset: 751685:c0917b607e7e
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Tue Apr 27 08:23:48 2010 +0000

description:
Sort.

diffstat:

 sys/uvm/uvm_page.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 0d6891ec8221 -r c0917b607e7e sys/uvm/uvm_page.h
--- a/sys/uvm/uvm_page.h        Tue Apr 27 08:20:09 2010 +0000
+++ b/sys/uvm/uvm_page.h        Tue Apr 27 08:23:48 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_page.h,v 1.59.2.15 2010/02/23 15:38:30 uebayasi Exp $      */
+/*     $NetBSD: uvm_page.h,v 1.59.2.16 2010/04/27 08:23:48 uebayasi Exp $      */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -308,8 +308,8 @@
 paddr_t uvm_vm_page_to_phys(const struct vm_page *);
 #ifdef XIP
 int vm_physseg_find_device(paddr_t, int *);
+struct vm_page *uvm_phys_to_vm_page_device(paddr_t);
 paddr_t uvm_vm_page_to_phys_device(const struct vm_page *);
-struct vm_page *uvm_phys_to_vm_page_device(paddr_t);
 #endif
 
 /*



Home | Main Index | Thread Index | Old Index