Fix the armv8 crypto driver after r354170.

Sponsored by:	DARPA, AFRL
This commit is contained in:
Andrew Turner 2019-10-30 10:41:10 +00:00
parent 2ae3f52cee
commit 88c66b953a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354173

View File

@ -107,7 +107,7 @@ armv8_crypto_probe(device_t dev)
reg = READ_SPECIALREG(id_aa64isar0_el1);
switch (ID_AA64ISAR0_AES(reg)) {
switch (ID_AA64ISAR0_AES_VAL(reg)) {
case ID_AA64ISAR0_AES_BASE:
case ID_AA64ISAR0_AES_PMULL:
ret = 0;