bus: Convert to the new interceptor scheme

This was missed in commit a90d053b84.

Fixes:		a90d053b84
MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mark Johnston 2021-07-30 15:15:27 -04:00
parent 0943200b13
commit b2ed7e988a

View File

@ -24,13 +24,13 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#if defined(KASAN) || defined(KCSAN)
#define SAN_RUNTIME
#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#ifdef SAN_NEEDS_INTERCEPTORS
#define SAN_RUNTIME
#endif
#include <sys/param.h>
#include <sys/systm.h>
#include <x86/bus.h>