Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97bce7e0 authored by Nicolas Iooss's avatar Nicolas Iooss Committed by Herbert Xu
Browse files

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: 473946e6 ("crypto: crc32c-pclmul - Shrink K_table to 32-bit words")
Signed-off-by: default avatarNicolas Iooss <nicolas.iooss_linux@m4x.org>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent d23afa1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -330,7 +330,7 @@ ENDPROC(crc_pcl)
	## PCLMULQDQ tables
	## Table is 128 entries x 2 words (8 bytes) each
	################################################################
.section	.rotata, "a", %progbits
.section	.rodata, "a", %progbits
.align 8
K_table:
	.long 0x493c7d27, 0x00000001