]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/icp/asm-x86_64/modes/gcm_pclmulqdq.S
module/*.ko: prune .data, global .rodata
[mirror_zfs.git] / module / icp / asm-x86_64 / modes / gcm_pclmulqdq.S
index 0e1e04b78c5d5ee968f51ee04d280de474ec0ced..74eacbbe63881ec9c8653d6ef9b045531a90abfd 100644 (file)
@@ -101,7 +101,7 @@ gcm_mul_pclmulqdq(uint64_t *x_in, uint64_t *y, uint64_t *res) {
 
 // static uint8_t byte_swap16_mask[] = {
 //      15, 14, 13, 12, 11, 10, 9, 8, 7, 6 ,5, 4, 3, 2, 1, 0 };
-.data
+.section .rodata
 .align XMM_ALIGN
 .Lbyte_swap16_mask:
        .byte   15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0