mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Mark ng_h4(4) as not MPSAFE and disconnect it from the build for now.
Approved by: re (rwatson)
This commit is contained in:
parent
74a2924f4d
commit
08b755600f
2 changed files with 3 additions and 2 deletions
|
|
@ -7,8 +7,9 @@ SUBDIR= \
|
|||
l2cap \
|
||||
socket \
|
||||
bt3c \
|
||||
h4 \
|
||||
ubt \
|
||||
ubtbcmfw
|
||||
|
||||
# h4 is not MPSAFE. Disconnect for now.
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@
|
|||
*****************************************************************************
|
||||
*****************************************************************************/
|
||||
|
||||
NET_NEEDS_GIANT("ng_h4");
|
||||
#error "NET_NEEDS_GIANT"
|
||||
|
||||
/* MALLOC define */
|
||||
#ifndef NG_SEPARATE_MALLOC
|
||||
|
|
|
|||
Loading…
Reference in a new issue