[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What is the reason for "section type conflict"?
Hi all...
On Feb 2, 2008 1:27 PM, Li Zefan <lizf@xxxxxxxxxxxxxx> wrote:
> No, the comment is correct. I just made a mistake...
>
> __initdata(and __devinidata etc..) can't be mixed with const, because otherwise
> the compiler will generate .init.data sections both with and without the
> writeable attribute.
>
> So we shoud use __devinitconst for const data.
Thanks for the education, guys. So, basically, what I had said was
wrong? Did I understand correctly that once this happens: same section
name with different access attribute?
regards,
Mulyadi.
--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx
Please read the FAQ at http://kernelnewbies.org/FAQ