Skip to content

Commit

Permalink
crypto: vmx - Fixing opcode issue
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Leonidas Da Silva Barbosa authored and Herbert Xu committed Aug 24, 2015
1 parent 9c4f973 commit 73613a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/crypto/vmx/ppc-xlate.pl
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ sub vcrypto_op {
my $vpmsubh = sub { vcrypto_op(@_, 1096); };
my $vpmsumw = sub { vcrypto_op(@_, 1160); };
my $vaddudm = sub { vcrypto_op(@_, 192); };
my $vadduqm = sub { vcrypto_op(@_, 256); };

my $mtsle = sub {
my ($f, $arg) = @_;
Expand Down

0 comments on commit 73613a8

Please sign in to comment.