Remove a somewhat odd #if that is always true (NOLTR will be always
1 or more if this file is being compiled)
This commit is contained in:
parent
86edd75342
commit
cc5bdb7978
@ -38,8 +38,6 @@
|
||||
#include "oltr.h"
|
||||
#include "opt_inet.h"
|
||||
|
||||
#if (NOLTR + NPCI) > 0
|
||||
|
||||
/*#define TRlldInlineIO*/
|
||||
|
||||
#define ISA_ADAPTERS (OC_3115 | OC_3117 | OC_3118)
|
||||
@ -1487,5 +1485,3 @@ DriverRepInDword(IOAddress, DataPointer, DWordCount)
|
||||
insl(IOAddress, (void *)DataPointer, DWordCount);
|
||||
}
|
||||
#endif /* TRlldInlineIO */
|
||||
|
||||
#endif /* NOLTR */
|
||||
|
Loading…
x
Reference in New Issue
Block a user