mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Turn off ISP_SMPLOCK- not to be turned on again.
Until we can have perfect knowledge that all callers above us think it's okay for us to sleep, releasing *our* locks of course, we don't dare try and sleep.
This commit is contained in:
parent
d24cb2490d
commit
081a1c2536
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@
|
|||
#endif
|
||||
|
||||
#define HANDLE_LOOPSTATE_IN_OUTER_LAYERS 1
|
||||
#define ISP_SMPLOCK 1
|
||||
/* #define ISP_SMPLOCK 1 */
|
||||
|
||||
#ifdef ISP_SMPLOCK
|
||||
#define ISP_IFLAGS INTR_TYPE_CAM | INTR_ENTROPY | INTR_MPSAFE
|
||||
|
|
|
|||
Loading…
Reference in a new issue