mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
Remove unused define.
Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
344f8c0062
commit
2acae6bf7f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=347903
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user