diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2021-02-09 14:06:20 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2021-02-09 14:06:20 +0000 |
commit | fca9b6f206c673dd5989e5407e31e957b74479ac (patch) | |
tree | a422db786d04a1beb31930217fc17df6a7a172c4 /sys/arch/amd64 | |
parent | c45cb76322c6792e33d28f26498ae7129236b335 (diff) |
Activate use of PF_LOCK() by removing the WITH_PF_LOCK ifdefs.
Silence from the network group
ok sashan@
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC.MP | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC.MP b/sys/arch/amd64/conf/GENERIC.MP index 5575ffea81b..bb842f6d96e 100644 --- a/sys/arch/amd64/conf/GENERIC.MP +++ b/sys/arch/amd64/conf/GENERIC.MP @@ -1,8 +1,7 @@ -# $OpenBSD: GENERIC.MP,v 1.15 2021/02/04 00:55:41 sashan Exp $ +# $OpenBSD: GENERIC.MP,v 1.16 2021/02/09 14:06:19 patrick Exp $ include "arch/amd64/conf/GENERIC" -#option WITH_PF_LOCK option MULTIPROCESSOR #option MP_LOCKDEBUG #option WITNESS |