diff --git a/sys/arch/sun3/include/param.h b/sys/arch/sun3/include/param.h index e460490b895b..1c23c95ca630 100644 --- a/sys/arch/sun3/include/param.h +++ b/sys/arch/sun3/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.22 1994/11/23 05:18:16 gwr Exp $ */ +/* $NetBSD: param.h,v 1.23 1994/11/28 19:13:18 gwr Exp $ */ /* * Copyright (c) 1994 Gordon W. Ross @@ -84,7 +84,7 @@ #define SINCR 1 /* increment of stack/NBPG */ #define UPAGES 2 /* pages of u-area */ -#define USPACE (UPAGES*NBPG) +#define USPACE (UPAGES << PGSHIFT) /* * Constants related to network buffer management. diff --git a/sys/arch/sun3/include/param3.h b/sys/arch/sun3/include/param3.h index 7c7a9efb36ed..a1f1c0de9579 100644 --- a/sys/arch/sun3/include/param3.h +++ b/sys/arch/sun3/include/param3.h @@ -1,4 +1,4 @@ -/* $NetBSD: param3.h,v 1.22 1994/11/23 05:18:16 gwr Exp $ */ +/* $NetBSD: param3.h,v 1.23 1994/11/28 19:13:18 gwr Exp $ */ /* * Copyright (c) 1994 Gordon W. Ross @@ -84,7 +84,7 @@ #define SINCR 1 /* increment of stack/NBPG */ #define UPAGES 2 /* pages of u-area */ -#define USPACE (UPAGES*NBPG) +#define USPACE (UPAGES << PGSHIFT) /* * Constants related to network buffer management.