Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2011 13:11:36 -0800
From:      Adrian Chadd <adrian@freebsd.org>
To:        Ed Schouten <ed@80386.nl>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r227344 - head/sys/dev/ath
Message-ID:  <CAJ-Vmon3uYb1jaajy5w6YyZLr2RE-PmGCG-MXaVE0g1WVskUpw@mail.gmail.com>
In-Reply-To: <20111116195912.GL36205@hoeg.nl>
References:  <201111081708.pA8H8CnM040532@svn.freebsd.org> <20111116195912.GL36205@hoeg.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
On 16 November 2011 11:59, Ed Schouten <ed@80386.nl> wrote:
> Hi Adrian,
>
> * Adrian Chadd <adrian@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ-Vmon3uYb1jaajy5w6YyZLr2RE-PmGCG-MXaVE0g1WVskUpw>