On Thu, Apr 05, 2012 at 16:23:22, Alan Cox wrote:
> On Thu, 5 Apr 2012 10:40:55 +
> "Shankarmurthy, Akshay" wrote:
>
> > Hi,
> >
> > On Tue, Apr 03, 2012 at 15:25:30, Alan Cox wrote:
> > > > This patch was submitted 2 years ago but didn't make it to the
> > > > mainline. Now i am reposting
Use for_each_set_bit_from to iterate over all the set bit in a memory
region.
Signed-off-by: Akinobu Mita
Acked-by: Sekhar Nori
Cc: Sekhar Nori
Cc: Christian Riesch
Cc: Kevin Hilman
Cc: davinci-linux-open-source@linux.davincidsp.com
Cc: Russell King
Cc: linux-arm-ker...@lists.infradead.org
-
Hi Uwe,
On 3/31/2012 1:34 AM, Uwe Kleine-König wrote:
> As long as there is no other non-const variable marked __initdata in the
> same compilation unit it doesn't hurt. If there were one however
> compilation would fail with
>
> error: $variablename causes a section type conflict
>
> beca