summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-10-12 02:31:09 +0000
committerimp <imp@FreeBSD.org>2008-10-12 02:31:09 +0000
commit6d4da1f550099144007f550d0cb0d4d45051edc8 (patch)
tree7b35cb6e6f4a408511be7262454fc00c8447199d /sys/mips
parent43ddac3f1e8f243c83db2628113862497479ee01 (diff)
downloadFreeBSD-src-6d4da1f550099144007f550d0cb0d4d45051edc8.zip
FreeBSD-src-6d4da1f550099144007f550d0cb0d4d45051edc8.tar.gz
opt_msgbuf.h is needed for MSGBUF_SIZE overrides, if any.
Submitted by: alc@
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/mips/machdep.c3
-rw-r--r--sys/mips/mips/pmap.c1
2 files changed, 3 insertions, 1 deletions
diff --git a/sys/mips/mips/machdep.c b/sys/mips/mips/machdep.c
index 03cc86a..859f2a6 100644
--- a/sys/mips/mips/machdep.c
+++ b/sys/mips/mips/machdep.c
@@ -42,8 +42,9 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include "opt_md.h"
#include "opt_ddb.h"
+#include "opt_md.h"
+#include "opt_msgbuf.h"
#include <sys/param.h>
#include <sys/proc.h>
diff --git a/sys/mips/mips/pmap.c b/sys/mips/mips/pmap.c
index 70eaa31..7256fc2 100644
--- a/sys/mips/mips/pmap.c
+++ b/sys/mips/mips/pmap.c
@@ -69,6 +69,7 @@
__FBSDID("$FreeBSD$");
#include "opt_ddb.h"
+#include "opt_msgbuf.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
OpenPOWER on IntegriCloud