HomeFreeBSD

Remove unnecessary atomic operation in bge_poll. bge(4) always

Description

Remove unnecessary atomic operation in bge_poll. bge(4) always
holds a driver lock in the function entry and
memory synchronization is handled by bus_dmamap_sync(9).

Details

Event Timeline