Move INTR_FILTER from opt_global.h to its own header.
This commit is contained in:
parent
1ee1b68792
commit
8aa9e82e67
@ -760,7 +760,7 @@ XBOX opt_xbox.h
|
||||
XFS
|
||||
|
||||
# Interrupt filtering
|
||||
INTR_FILTER opt_global.h
|
||||
INTR_FILTER
|
||||
|
||||
#Disable code to dispatch tcp offloading
|
||||
TCP_OFFLOAD_DISABLE opt_inet.h
|
||||
|
@ -35,6 +35,8 @@
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "opt_intr_filter.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/bus.h>
|
||||
#include <sys/conf.h>
|
||||
|
@ -28,6 +28,7 @@
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_intr_filter.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/bus.h>
|
||||
|
Loading…
Reference in New Issue
Block a user