]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Only define sanitizer wrappers for unsized bus space operations once.
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 15 Sep 2021 16:03:17 +0000 (09:03 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 15 Sep 2021 16:03:17 +0000 (09:03 -0700)
commit11647befcbb81f2fc89c29020b4be80a251ec321
tree3e92a7e4d1f0d46152963f89bb8b9166bad1490b
parent45cb7671133efa52b63f301e8439a71259abe478
Only define sanitizer wrappers for unsized bus space operations once.

Previously, this was defining duplicate definitions for each size.

This fixes a redundant definition warning from GCC.

Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D31966
sys/sys/bus_san.h