diff options
| author | gwr <gwr@NetBSD.org> | 1997-10-03 02:16:15 +0000 |
|---|---|---|
| committer | gwr <gwr@NetBSD.org> | 1997-10-03 02:16:15 +0000 |
| commit | 167d06be573f6545c27fe01ebed8c9bd2eae970d (patch) | |
| tree | 8294cc0b50025501ac7f68cbac575baaed2fa751 | |
| parent | 451ec4af359667c5c8e233749dfa458c75137034 (diff) | |
Increase MSGBUFOFF to 512 so we can be sure there is room for a
kernel core header before the message buffer.
| -rw-r--r-- | sys/arch/sun3/include/param.h | 4 | ||||
| -rw-r--r-- | sys/arch/sun3/include/param3.h | 4 | ||||
| -rw-r--r-- | sys/arch/sun3/include/param3x.h | 4 | ||||
| -rw-r--r-- | sys/arch/sun3x/include/param.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/sun3/include/param.h b/sys/arch/sun3/include/param.h index 33ccb14edaf..9ba3bf1ad12 100644 --- a/sys/arch/sun3/include/param.h +++ b/sys/arch/sun3/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.46 1997/10/02 01:12:09 gwr Exp $ */ +/* $NetBSD: param.h,v 1.47 1997/10/03 02:16:15 gwr Exp $ */ /* * Copyright (c) 1994, 1995 Gordon W. Ross @@ -66,7 +66,7 @@ #define UPAGES 2 /* pages of u-area */ -#define MSGBUFOFF 0x100 +#define MSGBUFOFF 0x200 #define MSGBUFSIZE (NBPG - MSGBUFOFF) #include <m68k/param.h> diff --git a/sys/arch/sun3/include/param3.h b/sys/arch/sun3/include/param3.h index 1fbc12948ef..da07fad7e79 100644 --- a/sys/arch/sun3/include/param3.h +++ b/sys/arch/sun3/include/param3.h @@ -1,4 +1,4 @@ -/* $NetBSD: param3.h,v 1.46 1997/10/02 01:12:09 gwr Exp $ */ +/* $NetBSD: param3.h,v 1.47 1997/10/03 02:16:15 gwr Exp $ */ /* * Copyright (c) 1994, 1995 Gordon W. Ross @@ -66,7 +66,7 @@ #define UPAGES 2 /* pages of u-area */ -#define MSGBUFOFF 0x100 +#define MSGBUFOFF 0x200 #define MSGBUFSIZE (NBPG - MSGBUFOFF) #include <m68k/param.h> diff --git a/sys/arch/sun3/include/param3x.h b/sys/arch/sun3/include/param3x.h index b961e99119f..8dfbd2f66f9 100644 --- a/sys/arch/sun3/include/param3x.h +++ b/sys/arch/sun3/include/param3x.h @@ -1,4 +1,4 @@ -/* $NetBSD: param3x.h,v 1.10 1997/10/02 01:12:17 gwr Exp $ */ +/* $NetBSD: param3x.h,v 1.11 1997/10/03 02:16:17 gwr Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -64,7 +64,7 @@ #define UPAGES 2 /* pages of u-area */ -#define MSGBUFOFF 0x100 +#define MSGBUFOFF 0x200 #define MSGBUFSIZE (NBPG - MSGBUFOFF) #include <m68k/param.h> diff --git a/sys/arch/sun3x/include/param.h b/sys/arch/sun3x/include/param.h index b776b92e303..2d42c16ff6f 100644 --- a/sys/arch/sun3x/include/param.h +++ b/sys/arch/sun3x/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.10 1997/10/02 01:12:17 gwr Exp $ */ +/* $NetBSD: param.h,v 1.11 1997/10/03 02:16:17 gwr Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -64,7 +64,7 @@ #define UPAGES 2 /* pages of u-area */ -#define MSGBUFOFF 0x100 +#define MSGBUFOFF 0x200 #define MSGBUFSIZE (NBPG - MSGBUFOFF) #include <m68k/param.h> |
