Module Name: src
Committed By: uebayasi
Date: Fri Feb 12 13:40:00 UTC 2010
Modified Files:
src/sys/uvm [uebayasi-xip]: uvm_page.h
Log Message:
Typo.
To generate a diff of this commit:
cvs rdiff -u -r1.59.2.11 -r1.59.2.12 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.11 src/sys/uvm/uvm_page.h:1.59.2.12
--- src/sys/uvm/uvm_page.h:1.59.2.11 Fri Feb 12 04:33:05 2010
+++ src/sys/uvm/uvm_page.h Fri Feb 12 13:40:00 2010
@@ -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 *);