svn commit: r227344 - head/sys/dev/ath

Adrian Chadd adrian at freebsd.org
Wed Nov 16 21:11:59 UTC 2011


On 16 November 2011 11:59, Ed Schouten <ed at 80386.nl> wrote:
> Hi Adrian,
>
> * Adrian Chadd <adrian at FreeBSD.org>, 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


More information about the svn-src-all mailing list