]> git.karo-electronics.de Git - karo-tx-linux.git/commit
crypto: crc32c-pclmul - use .rodata instead of .rotata
authorNicolas Iooss <nicolas.iooss_linux@m4x.org>
Sun, 20 Sep 2015 14:42:36 +0000 (16:42 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 21 Sep 2015 15:05:57 +0000 (23:05 +0800)
commit97bce7e0b58dfc7d159ded329f57961868fb060b
treeba604e448fdce8115697b859198ab2a31f500401
parentd23afa1abc54b5b7cb7c65f451378b5c0820bfe6
crypto: crc32c-pclmul - use .rodata instead of .rotata

Module crc32c-intel uses a special read-only data section named .rotata.
This section is defined for K_table, and its name seems to be a spelling
mistake for .rodata.

Fixes: 473946e674eb ("crypto: crc32c-pclmul - Shrink K_table to 32-bit words")
Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/crc32c-pcl-intel-asm_64.S