From 803edea5dae19e43cf6e8b294fb97f5ef42300ad Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 13 Dec 2009 08:27:16 +0000 Subject: bit less aggressive about hiding; ok miod --- sys/arch/mips64/include/param.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/arch/mips64/include') diff --git a/sys/arch/mips64/include/param.h b/sys/arch/mips64/include/param.h index 8cb792f08af..b461963ddfa 100644 --- a/sys/arch/mips64/include/param.h +++ b/sys/arch/mips64/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.25 2009/12/12 20:10:22 miod Exp $ */ +/* $OpenBSD: param.h,v 1.26 2009/12/13 08:27:15 deraadt Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -92,6 +92,7 @@ /* Default malloc arena size */ #define NKMEMPAGES_MIN_DEFAULT ((8 * 1024 * 1024) >> PAGE_SHIFT) #define NKMEMPAGES_MAX_DEFAULT ((128 * 1024 * 1024) >> PAGE_SHIFT) +#endif /* _KERNEL */ /* pages ("clicks") (4096 bytes) to disk blocks */ #define ctod(x) ((x) << (PGSHIFT - DEV_BSHIFT)) @@ -101,8 +102,8 @@ #define btodb(x) ((x) >> DEV_BSHIFT) #define dbtob(x) ((x) << DEV_BSHIFT) +#ifdef _KERNEL #ifndef _LOCORE - #define DELAY(n) delay(n) void delay(int); #endif -- cgit v1.2.3