diff options
author | Uwe Kleine-König <[email protected]> | 2012-03-30 10:05:00 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <[email protected]> | 2012-04-02 14:00:03 +1000 |
commit | 059378e3ff36094dccdd55600c3ad67a88c302aa (patch) | |
tree | cf3de6bdf02df80408fe5db35d25a7e86b642d94 /net/lapb/lapb_timer.c | |
parent | e31c6dfa8eb23ec7b3350b95ffe92f5a962d8c6b (diff) |
powerpc: Mark const init data with __initconst instead of __initdata
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
because a section containing const variables is marked read only and so
cannot contain non-const variables.
Signed-off-by: Uwe Kleine-König <[email protected]>
Cc: Josh Boyer <[email protected]>
Cc: Matt Porter <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Anatolij Gustschin <[email protected]>
Cc: Kumar Gala <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Benjamin Herrenschmidt <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions