diff --git a/[refs] b/[refs] index f9abe2693b8c..976e36beecf8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7a9e02d6bb05b268dc403d7ee87ce4198062f838 +refs/heads/master: 0b44f4861f4cc1089424821f078d38441f8b4983 diff --git a/trunk/crypto/cryptd.c b/trunk/crypto/cryptd.c index 35335825a4ef..3d7fe8306e2a 100644 --- a/trunk/crypto/cryptd.c +++ b/trunk/crypto/cryptd.c @@ -99,7 +99,7 @@ static int cryptd_enqueue_request(struct cryptd_queue *queue, struct cryptd_cpu_queue *cpu_queue; cpu = get_cpu(); - cpu_queue = per_cpu_ptr(queue->cpu_queue, cpu); + cpu_queue = this_cpu_ptr(queue->cpu_queue); err = crypto_enqueue_request(&cpu_queue->queue, request); queue_work_on(cpu, kcrypto_wq, &cpu_queue->work); put_cpu();