X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=crypto%2Fcryptd.c;h=ef71318976c730c109ee2adc15a1f5cc5cabb705;hb=e17ab5cbed795d3823da830f5e8d3ffe25a38446;hp=704c141153236917288ee7a09c12ce8b037754d8;hpb=d0316554d3586cbea60592a41391b5def2553d6f;p=safe%2Fjmp%2Flinux-2.6 diff --git a/crypto/cryptd.c b/crypto/cryptd.c index 704c141..ef71318 100644 --- a/crypto/cryptd.c +++ b/crypto/cryptd.c @@ -31,7 +31,7 @@ struct cryptd_cpu_queue { }; struct cryptd_queue { - struct cryptd_cpu_queue *cpu_queue; + struct cryptd_cpu_queue __percpu *cpu_queue; }; struct cryptd_instance_ctx {