Module Name:    src
Committed By:   uebayasi
Date:           Tue Apr 27 08:23:48 UTC 2010

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

Log Message:
Sort.


To generate a diff of this commit:
cvs rdiff -u -r1.59.2.15 -r1.59.2.16 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.15 src/sys/uvm/uvm_page.h:1.59.2.16
--- src/sys/uvm/uvm_page.h:1.59.2.15	Tue Feb 23 15:38:30 2010
+++ src/sys/uvm/uvm_page.h	Tue Apr 27 08:23:48 2010
@@ -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 *);
-paddr_t uvm_vm_page_to_phys_device(const struct vm_page *);
 struct vm_page *uvm_phys_to_vm_page_device(paddr_t);
+paddr_t uvm_vm_page_to_phys_device(const struct vm_page *);
 #endif
 
 /*

Reply via email to