Move INTR_FILTER from opt_global.h to its own header.

This commit is contained in:
John Baldwin 2008-04-05 20:13:15 +00:00
parent 1ee1b68792
commit 8aa9e82e67
3 changed files with 4 additions and 1 deletions

View File

@ -760,7 +760,7 @@ XBOX opt_xbox.h
XFS XFS
# Interrupt filtering # Interrupt filtering
INTR_FILTER opt_global.h INTR_FILTER
#Disable code to dispatch tcp offloading #Disable code to dispatch tcp offloading
TCP_OFFLOAD_DISABLE opt_inet.h TCP_OFFLOAD_DISABLE opt_inet.h

View File

@ -35,6 +35,8 @@
#include <sys/cdefs.h> #include <sys/cdefs.h>
__FBSDID("$FreeBSD$"); __FBSDID("$FreeBSD$");
#include "opt_intr_filter.h"
#include <sys/param.h> #include <sys/param.h>
#include <sys/bus.h> #include <sys/bus.h>
#include <sys/conf.h> #include <sys/conf.h>

View File

@ -28,6 +28,7 @@
__FBSDID("$FreeBSD$"); __FBSDID("$FreeBSD$");
#include "opt_ddb.h" #include "opt_ddb.h"
#include "opt_intr_filter.h"
#include <sys/param.h> #include <sys/param.h>
#include <sys/bus.h> #include <sys/bus.h>