diff --git a/sys/arch/sparc64/include/param.h b/sys/arch/sparc64/include/param.h index 455cd584451e..664d996c4a93 100644 --- a/sys/arch/sparc64/include/param.h +++ b/sys/arch/sparc64/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.1.1.1 1998/06/20 04:58:52 eeh Exp $ */ +/* $NetBSD: param.h,v 1.2 1998/06/20 12:27:21 mrg Exp $ */ /* * Copyright (c) 1992, 1993 @@ -113,6 +113,10 @@ extern int nbpg, pgofset, pgshift; #define MCLSHIFT 11 /* log2(MCLBYTES) */ #define MCLOFSET (MCLBYTES - 1) +#if defined(_KERNEL) && !defined(_LKM) +#include "opt_gateway.h" +#endif /* _KERNEL && ! _LKM */ + #ifndef NMBCLUSTERS #ifdef GATEWAY #define NMBCLUSTERS 512 /* map size, max cluster allocation */