Module Name: src
Committed By: uebayasi
Date: Sat Nov 13 12:50:09 UTC 2010
Modified Files:
src/sys/uvm: uvm_param.h
Log Message:
UVM constants should not rely on sys/lock.h.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/uvm/uvm_param.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_param.h
diff -u src/sys/uvm/uvm_param.h:1.22 src/sys/uvm/uvm_param.h:1.23
--- src/sys/uvm/uvm_param.h:1.22 Mon Jul 20 03:51:42 2009
+++ src/sys/uvm/uvm_param.h Sat Nov 13 12:50:09 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_param.h,v 1.22 2009/07/20 03:51:42 kiyohara Exp $ */
+/* $NetBSD: uvm_param.h,v 1.23 2010/11/13 12:50:09 uebayasi Exp $ */
/*
* Copyright (c) 1991, 1993
@@ -72,7 +72,6 @@
#endif
#ifdef _KERNEL
#include <sys/types.h>
-#include <sys/lock.h>
#include <machine/vmparam.h>
#include <sys/resourcevar.h>
#endif