We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972b812 commit 1ed289fCopy full SHA for 1ed289f
drivers/crypto/caam/qi.c
@@ -55,6 +55,7 @@ struct caam_qi_pcpu_priv {
55
} ____cacheline_aligned;
56
57
static DEFINE_PER_CPU(struct caam_qi_pcpu_priv, pcpu_qipriv);
58
+static DEFINE_PER_CPU(int, last_cpu);
59
60
/*
61
* caam_qi_priv - CAAM QI backend private params
@@ -392,7 +393,6 @@ struct caam_drv_ctx *caam_drv_ctx_init(struct device *qidev,
392
393
dma_addr_t hwdesc;
394
struct caam_drv_ctx *drv_ctx;
395
const cpumask_t *cpus = qman_affine_cpus();
- static DEFINE_PER_CPU(int, last_cpu);
396
397
num_words = desc_len(sh_desc);
398
if (num_words > MAX_SDLEN) {
0 commit comments