mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove abuse of NBKTR - this was always a NOP on freebsd. We never
compiled this stuff if NBKTR was zero.
This commit is contained in:
parent
42eab1f8d9
commit
05e5542d97
3 changed files with 1 additions and 11 deletions
|
|
@ -96,12 +96,8 @@
|
|||
|
||||
#include "opt_bktr.h" /* Include any kernel config options */
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#include "bktr.h"
|
||||
#endif /* __FreeBSD__ */
|
||||
|
||||
#if ( \
|
||||
(defined(__FreeBSD__) && (NBKTR > 0)) \
|
||||
(defined(__FreeBSD__)) \
|
||||
|| (defined(__bsdi__)) \
|
||||
|| (defined(__OpenBSD__)) \
|
||||
|| (defined(__NetBSD__)) \
|
||||
|
|
|
|||
|
|
@ -35,8 +35,6 @@
|
|||
|
||||
#include "opt_bktr.h"
|
||||
|
||||
#include "bktr.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/malloc.h>
|
||||
|
|
|
|||
|
|
@ -48,10 +48,6 @@
|
|||
*/
|
||||
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#include "bktr.h"
|
||||
#endif /* __FreeBSD__ */
|
||||
|
||||
#include "opt_bktr.h" /* include any kernel config options */
|
||||
|
||||
#define FIFO_RISC_DISABLED 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue