Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

crypto: vmx - Fixing opcode issue

In build time vadduqm opcode is not being mapped
correctly.

Adding a new map in ppc-xlate to do this.

Signed-off-by: Leonidas S Barbosa <leosilva@linux.vnet.ibm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Leonidas Da Silva Barbosa and committed by
Herbert Xu
73613a81 9c4f9733

+1
+1
drivers/crypto/vmx/ppc-xlate.pl
··· 169 169 my $vpmsubh = sub { vcrypto_op(@_, 1096); }; 170 170 my $vpmsumw = sub { vcrypto_op(@_, 1160); }; 171 171 my $vaddudm = sub { vcrypto_op(@_, 192); }; 172 + my $vadduqm = sub { vcrypto_op(@_, 256); }; 172 173 173 174 my $mtsle = sub { 174 175 my ($f, $arg) = @_;