Fix the armv8 crypto driver after r354170.
Sponsored by: DARPA, AFRL
This commit is contained in:
parent
2ae3f52cee
commit
88c66b953a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user