From: Joe Mario Date: Fri, 5 Oct 2012 00:12:15 +0000 (-0700) Subject: sections: fix const sections for crc32 table X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~12^2~147 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f243af42adef5f589b8e39656284ca9c9374e44;p=pandora-kernel.git 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] [akpm@linux-foundation.org: checkpatch fixes] Signed-off-by: Joe Mario Signed-off-by: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed