On 16 November 2011 11:59, Ed Schouten <[email protected]> wrote: > Hi Adrian, > > * Adrian Chadd <[email protected]>, 20111108 18:08: >> -static MALLOC_DEFINE(M_ATHDEV, "athdev", "ath driver dma buffers"); >> +MALLOC_DEFINE(M_ATHDEV, "athdev", "ath driver dma buffers"); > > Is there a reason why we can't mark this static?
Some future work is going to split out some of the TX and RX DMA buffer management, and this will require the definition to be non-static. Adrian _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
