Remove unused define.

Sponsored by:	Dell EMC Isilon
This commit is contained in:
Tycho Nightingale 2019-05-17 13:08:12 +00:00
parent 344f8c0062
commit 2acae6bf7f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=347903

View File

@ -3073,11 +3073,3 @@ struct bge_softc {
#define BGE_LOCK_ASSERT(_sc) mtx_assert(&(_sc)->bge_mtx, MA_OWNED)
#define BGE_UNLOCK(_sc) mtx_unlock(&(_sc)->bge_mtx)
#define BGE_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->bge_mtx)
#ifdef BUS_SPACE_MAXADDR
#if (BUS_SPACE_MAXADDR > 0xFFFFFFFF)
#define BGE_DMA_BOUNDARY (0x100000000)
#else
#define BGE_DMA_BOUNDARY 0
#endif
#endif