Module Name:    src
Committed By:   he
Date:           Mon Feb 27 01:39:59 UTC 2012

Modified Files:
        src/sys/uvm: uvm_param.h

Log Message:
__uvmexp_pagesize is needed also for non-modular builds, as
witnessed by the otherwise failing sparc build.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 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.28 src/sys/uvm/uvm_param.h:1.29
--- src/sys/uvm/uvm_param.h:1.28	Thu Feb 23 20:49:46 2012
+++ src/sys/uvm/uvm_param.h	Mon Feb 27 01:39:58 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: uvm_param.h,v 1.28 2012/02/23 20:49:46 matt Exp $	*/
+/*	$NetBSD: uvm_param.h,v 1.29 2012/02/27 01:39:58 he Exp $	*/
 
 /*
  * Copyright (c) 1991, 1993
@@ -136,9 +136,7 @@
  * non-constant PAGE_SIZE, et al for LKMs.
  */
 #if (MIN_PAGE_SIZE != MAX_PAGE_SIZE)
-#if defined(MODULAR)
 #define	__uvmexp_pagesize
-#endif
 #if defined(_LKM) || defined(_MODULE)
 #undef PAGE_SIZE
 #undef PAGE_MASK

Reply via email to