summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-10-13 09:21:16 +0000
committerkato <kato@FreeBSD.org>1997-10-13 09:21:16 +0000
commitf1f94ee06d9f1cabd0125162236a1bc50c21af1a (patch)
tree1a1234df50982800d2b720a2a94c6fd561d949d4 /sys
parent69af1b4afb04f1cf569cf20a641cb09e0d9006c5 (diff)
downloadFreeBSD-src-f1f94ee06d9f1cabd0125162236a1bc50c21af1a.zip
FreeBSD-src-f1f94ee06d9f1cabd0125162236a1bc50c21af1a.tar.gz
Synchronize with sys/i386/i386/machdep.c revision 1.269.
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/i386/machdep.c3
-rw-r--r--sys/pc98/pc98/machdep.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c
index 42d813a..bbf49fa 100644
--- a/sys/pc98/i386/machdep.c
+++ b/sys/pc98/i386/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.58 1997/09/26 09:47:04 kato Exp $
+ * $Id: machdep.c,v 1.59 1997/10/12 11:58:09 kato Exp $
*/
#include "apm.h"
@@ -158,6 +158,7 @@ int msgbufmapped = 0; /* set when safe to use msgbuf */
int _udatasel, _ucodesel;
u_int atdevbase;
+static MALLOC_DEFINE(M_MBUF, "mbuf", "mbuf");
int physmem = 0;
int cold = 1;
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c
index 42d813a..bbf49fa 100644
--- a/sys/pc98/pc98/machdep.c
+++ b/sys/pc98/pc98/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.58 1997/09/26 09:47:04 kato Exp $
+ * $Id: machdep.c,v 1.59 1997/10/12 11:58:09 kato Exp $
*/
#include "apm.h"
@@ -158,6 +158,7 @@ int msgbufmapped = 0; /* set when safe to use msgbuf */
int _udatasel, _ucodesel;
u_int atdevbase;
+static MALLOC_DEFINE(M_MBUF, "mbuf", "mbuf");
int physmem = 0;
int cold = 1;
OpenPOWER on IntegriCloud