[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <47B013D8.76E4.0078.0@novell.com>
Date: Mon, 11 Feb 2008 08:22:32 +0000
From: "Jan Beulich" <jbeulich@...ell.com>
To: "Sam Ravnborg" <sam@...nborg.org>
Cc: <davem@...emloft.net>, <jeff@...zik.org>,
"Andrew Morton" <akpm@...ux-foundation.org>,
"David Dillow" <dave@...dillows.org>, <netdev@...r.kernel.org>
Subject: Re: [patch 1/7] typhoon section fix
>So do we have other options that to drop the constification and thus
>dropping the __devinitconst and the other __*const annotations - I think not :-(
As I had said already in another reply - I think the most reasonable thing
to do is to fold section name attribute *and* const into __*initconst
(while defining __*initconst to __*initdata on those targets not allowing
relocations in read-only sections, which should be done by a promptless
config option to avoid enumerating all the targets each time such a
conditional is needed somewhere). While that doesn't allow the 'const'
compile time checking on those problem targets, it is consistent for all
targets and provides the intended DEBUG_RODATA benefit where
possible. Additionally, the const compile time checking will then be more
tight on the presumable more frequently tested x86 targets, so the
chances of bad constructs slipping in should be reduced.
Jan
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists