]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sections: fix const sections for crc32 table
authorJoe Mario <jmario@redhat.com>
Fri, 28 Sep 2012 00:20:10 +0000 (10:20 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 5 Oct 2012 04:01:18 +0000 (14:01 +1000)
commitd974daaf5ce5ceb911748f26bc1c92a4f1678d20
tree84816f5a18b47151ea75af2eab5040056488a5ce
parent7079fc006f10ebb2433c039c78336d66e0439620
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.

[ak@linux.intel.com: some fixes and new description]
Signed-off-by: Joe Mario <jmario@redhat.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/crc32.c
lib/gen_crc32table.c