diff options
| author | Sean Bruno <sbruno@FreeBSD.org> | 2017-01-26 13:50:09 +0000 |
|---|---|---|
| committer | Sean Bruno <sbruno@FreeBSD.org> | 2017-01-26 13:50:09 +0000 |
| commit | 69b7fc3e67b7301cd5a17522832cc166e46a6ee7 (patch) | |
| tree | 6167b6d2c63b99d5e017c50e87f70d3a55980b88 /sys/net | |
| parent | de414cfe14223065b52ffe0d0cc4aecdb411d139 (diff) | |
Notes
Diffstat (limited to 'sys/net')
| -rw-r--r-- | sys/net/iflib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/iflib.c b/sys/net/iflib.c index 47e9796ad899..acad313c51cc 100644 --- a/sys/net/iflib.c +++ b/sys/net/iflib.c @@ -3755,6 +3755,7 @@ iflib_device_register(device_t dev, void *sc, if_shared_ctx_t sctx, if_ctx_t *ct device_printf(dev, "qset structure setup failed %d\n", err); goto fail_queues; } + /* * Group taskqueues aren't properly set up until SMP is started, * so we disable interrupts until we can handle them post |
