]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: morus - Mark MORUS SIMD glue as x86-specific
authorOndrej Mosnacek <omosnacek@gmail.com>
Mon, 21 May 2018 19:41:51 +0000 (21:41 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 30 May 2018 16:13:41 +0000 (00:13 +0800)
commitc7d0a2d887001ce0ddb7423629d03b4f93631479
treee1af01a89f2d3c4b6b64cd7d60db17e673910315
parent7043466250977cfa8fdab64e4a7e5c327f83483b
crypto: morus - Mark MORUS SIMD glue as x86-specific

Commit d0e8eb8cad69 ("crypto: morus - Add common SIMD glue code for
MORUS") accidetally consiedered the glue code to be usable by different
architectures, but it seems to be only usable on x86.

This patch moves it under arch/x86/crypto and adds 'depends on X86' to
the Kconfig options and also removes the prompt to hide these internal
options from the user.

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Ondrej Mosnacek <omosnacek@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/Makefile
arch/x86/crypto/morus1280_glue.c [new file with mode: 0644]
arch/x86/crypto/morus640_glue.c [new file with mode: 0644]
crypto/Kconfig
crypto/Makefile
crypto/morus1280_glue.c [deleted file]
crypto/morus640_glue.c [deleted file]