Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm it's a wonderful static
details: https://anonhg.NetBSD.org/src/rev/7fa601d57c12
branches: trunk
changeset: 755350:7fa601d57c12
user: pooka <pooka%NetBSD.org@localhost>
date: Wed Jun 02 15:48:49 2010 +0000
description:
it's a wonderful static
diffstat:
sys/uvm/uvm_pdaemon.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 2398e68d52e6 -r 7fa601d57c12 sys/uvm/uvm_pdaemon.c
--- a/sys/uvm/uvm_pdaemon.c Wed Jun 02 15:47:25 2010 +0000
+++ b/sys/uvm/uvm_pdaemon.c Wed Jun 02 15:48:49 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_pdaemon.c,v 1.100 2009/10/21 21:12:07 rmind Exp $ */
+/* $NetBSD: uvm_pdaemon.c,v 1.101 2010/06/02 15:48:49 pooka Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -71,7 +71,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_pdaemon.c,v 1.100 2009/10/21 21:12:07 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_pdaemon.c,v 1.101 2010/06/02 15:48:49 pooka Exp $");
#include "opt_uvmhist.h"
#include "opt_readahead.h"
@@ -107,7 +107,7 @@
static void uvmpd_scan_queue(void);
static void uvmpd_tune(void);
-unsigned int uvm_pagedaemon_waiters;
+static unsigned int uvm_pagedaemon_waiters;
/*
* XXX hack to avoid hangs when large processes fork.
Home |
Main Index |
Thread Index |
Old Index