Fix the TLB conflict abort value. This should be a no-op as we don't use

this value in the code.
This commit is contained in:
Andrew Turner 2016-11-25 16:04:36 +00:00
parent bf4356266d
commit dc836c65c8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309145

View File

@ -115,7 +115,7 @@
#define ISS_DATA_DFSC_ECC_L2 (0x1e << 0)
#define ISS_DATA_DFSC_ECC_L3 (0x1f << 0)
#define ISS_DATA_DFSC_ALIGN (0x21 << 0)
#define ISS_DATA_DFSC_TLB_CONFLICT (0x28 << 0)
#define ISS_DATA_DFSC_TLB_CONFLICT (0x30 << 0)
#define ESR_ELx_IL (0x01 << 25)
#define ESR_ELx_EC_SHIFT 26
#define ESR_ELx_EC_MASK (0x3f << 26)