Add the ATS1E1 case to the ID_AA64MMFR1_EL1 decoding.

Sponsored by:	DARPA, AFRL
This commit is contained in:
Andrew Turner 2017-09-07 19:51:17 +00:00
parent 97310754e5
commit 130be885e6

View File

@ -608,6 +608,9 @@ print_cpu_features(u_int cpu)
case ID_AA64MMFR1_PAN_IMPL:
printf("%sPAN", SEP_STR);
break;
case ID_AA64MMFR1_PAN_ATS1E1:
printf("%sPAN+AT", SEP_STR);
break;
default:
printf("%sUnknown PAN", SEP_STR);
break;