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:
Peter Wemm 2002-07-21 05:19:03 +00:00
parent 42eab1f8d9
commit 05e5542d97
3 changed files with 1 additions and 11 deletions

View file

@ -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__)) \

View file

@ -35,8 +35,6 @@
#include "opt_bktr.h"
#include "bktr.h"
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/malloc.h>

View file

@ -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