sections: fix const sections for crc32 table
authorJoe Mario <[email protected]>
Fri, 5 Oct 2012 00:12:15 +0000 (17:12 -0700)
committerLinus Torvalds <[email protected]>
Fri, 5 Oct 2012 18:04:46 +0000 (03:04 +0900)
commit8f243af42adef5f589b8e39656284ca9c9374e44
tree9da2b6a244968b625c14538aa165615f2ac070c8
parentc7fd5bc77e9dc8da74bf833d9312076a86d2823e
sections: fix const sections for crc32 table

Fix the const sections for the code generated by crc32 table.  There's
no ro version of the cacheline aligned section, so we cannot put in
const data without a conflict Just don't make the crc tables const for
now.

[[email protected]: some fixes and new description]
[[email protected]: checkpatch fixes]
Signed-off-by: Joe Mario <[email protected]>
Signed-off-by: Andi Kleen <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
lib/crc32.c
lib/gen_crc32table.c