Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/vchiq/dist/interface/compat Include opt_mul...



details:   https://anonhg.NetBSD.org/src/rev/81e785649db7
branches:  trunk
changeset: 826532:81e785649db7
user:      maya <maya%NetBSD.org@localhost>
date:      Mon Sep 11 00:58:20 2017 +0000

description:
Include opt_multiprocessor.h for MULTIPROCESSOR

diffstat:

 sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.h |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 9b93f0934308 -r 81e785649db7 sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.h
--- a/sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.h   Sun Sep 10 23:03:06 2017 +0000
+++ b/sys/external/bsd/vchiq/dist/interface/compat/vchi_bsd.h   Mon Sep 11 00:58:20 2017 +0000
@@ -28,6 +28,10 @@
 #ifndef __VCHI_NETBSD_H__
 #define __VCHI_NETBSD_H__
 
+#ifdef _KERNEL_OPT
+#include "opt_multiprocessor.h"
+#endif
+
 #include <sys/systm.h>
 #include <sys/param.h>
 #include <sys/bus.h>



Home | Main Index | Thread Index | Old Index