Module Name: src
Committed By: yamt
Date: Mon Oct 31 13:23:55 UTC 2011
Modified Files:
src/sys/rump/librump/rumpkern: vm.c
Log Message:
replace a non us-ascii character in a comment
To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 src/sys/rump/librump/rumpkern/vm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/librump/rumpkern/vm.c
diff -u src/sys/rump/librump/rumpkern/vm.c:1.119 src/sys/rump/librump/rumpkern/vm.c:1.120
--- src/sys/rump/librump/rumpkern/vm.c:1.119 Fri Sep 2 10:18:38 2011
+++ src/sys/rump/librump/rumpkern/vm.c Mon Oct 31 13:23:55 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: vm.c,v 1.119 2011/09/02 10:18:38 christos Exp $ */
+/* $NetBSD: vm.c,v 1.120 2011/10/31 13:23:55 yamt Exp $ */
/*
* Copyright (c) 2007-2011 Antti Kantee. All Rights Reserved.
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.119 2011/09/02 10:18:38 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.120 2011/10/31 13:23:55 yamt Exp $");
#include <sys/param.h>
#include <sys/atomic.h>
@@ -97,7 +97,7 @@ static unsigned long dddlim; /* 90% of
/*
* Try to free two pages worth of pages from objects.
* If this succesfully frees a full page cache page, we'll
- * free the released page plus PAGE_SIZE�/sizeof(vm_page).
+ * free the released page plus PAGE_SIZE/sizeof(vm_page).
*/
#define PAGEDAEMON_OBJCHUNK (2*PAGE_SIZE / sizeof(struct vm_page))