[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <m2bone7215.fsf@igel.home>
Date: Fri, 30 Mar 2012 13:37:26 +0200
From: Andreas Schwab <schwab@...ux-m68k.org>
To: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
Cc: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>,
Alexey Dobriyan <adobriyan@...il.com>,
Anatolij Gustschin <agust@...x.de>,
Andreas Koensgen <ajk@...nets.uni-bremen.de>,
Andrew Lunn <andrew@...n.ch>,
Andrew Victor <linux@...im.org.za>,
Arnd Bergmann <arnd@...db.de>,
Barry Song <baohua.song@....com>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Bryan Huntsman <bryanh@...eaurora.org>,
cbe-oss-dev@...ts.ozlabs.org,
Christoph Lameter <cl@...ux-foundation.org>,
Daniel Walker <dwalker@...o99.com>,
David Brown <davidb@...eaurora.org>,
David Howells <dhowells@...hat.com>,
"David S. Miller" <davem@...emloft.net>,
David Woodhouse <dwmw2@...radead.org>,
davinci-linux-open-source@...ux.davincidsp.com,
Eric Miao <eric.y.miao@...il.com>,
Fenghua Yu <fenghua.yu@...el.com>, Grant@...l.home,
"Likely <gran"@igel.home
Subject: Re: [PATCH 00/17] mark const init data with __initconst instead of __initdata
Uwe Kleine-König <u.kleine-koenig@...gutronix.de> writes:
> After a question by Shawn Guo I noticed that my command to do the changes
> was to lax and changed things that must not be changed (at least not
> with further care). Affected are lines like:
>
> static const char *at91_dt_board_compat[] __initconst = {
>
> While at91_dt_board_compat[0] is const, at91_dt_board_compat is not.
Though it looks like at91_dt_board_compat should really be const (it is
assigned to a const pointer, likewise for all other uses of struct
machine_desc.dt_compat).
Andreas.
--
Andreas Schwab, schwab@...ux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists