netfilter: nft_set_pipapo: remove scratch_aligned pointer
[platform/kernel/linux-rpi.git] / net / netfilter / nft_set_pipapo_avx2.c
index 78213c7..90e275b 100644 (file)
@@ -1139,7 +1139,7 @@ bool nft_pipapo_avx2_lookup(const struct net *net, const struct nft_set *set,
         */
        kernel_fpu_begin_mask(0);
 
-       scratch = *raw_cpu_ptr(m->scratch_aligned);
+       scratch = *raw_cpu_ptr(m->scratch);
        if (unlikely(!scratch)) {
                kernel_fpu_end();
                return false;