Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/f4e55e886893
branches:  uebayasi-xip
changeset: 751575:f4e55e886893
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Fri Feb 12 13:40:00 2010 +0000

description:
Typo.

diffstat:

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

diffs (18 lines):

diff -r f2941ff49b23 -r f4e55e886893 sys/uvm/uvm_page.h
--- a/sys/uvm/uvm_page.h        Fri Feb 12 13:38:41 2010 +0000
+++ b/sys/uvm/uvm_page.h        Fri Feb 12 13:40:00 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_page.h,v 1.59.2.11 2010/02/12 04:33:05 uebayasi Exp $      */
+/*     $NetBSD: uvm_page.h,v 1.59.2.12 2010/02/12 13:40:00 uebayasi Exp $      */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -294,7 +294,7 @@
 #ifdef DEVICE_PAGE
 bool uvm_pageisdevice_p(const struct vm_page *);
 #else
-#define        uvm_pageisdevice_p      false
+#define        uvm_pageisdevice_p(x)   false
 #endif
 
 int uvm_page_lookup_freelist(struct vm_page *);



Home | Main Index | Thread Index | Old Index