Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108339565
D48578.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
871 B
Referenced Files
None
Subscribers
None
D48578.diff
View Options
diff --git a/sys/arm64/arm64/identcpu.c b/sys/arm64/arm64/identcpu.c
--- a/sys/arm64/arm64/identcpu.c
+++ b/sys/arm64/arm64/identcpu.c
@@ -1048,6 +1048,11 @@
MRS_FIELD_VALUE_END,
};
+static const struct mrs_field_hwcap id_aa64isar2_wfxt_caps[] = {
+ MRS_HWCAP(2, HWCAP2_WFXT, ID_AA64ISAR2_WFxT_IMPL),
+ MRS_HWCAP_END
+};
+
static const struct mrs_field id_aa64isar2_fields[] = {
MRS_FIELD(ID_AA64ISAR2, PAC_frac, false, MRS_LOWER, 0,
id_aa64isar2_pac_frac),
@@ -1059,7 +1064,8 @@
id_aa64isar2_gpa3, id_aa64isar2_gpa3_caps),
MRS_FIELD_HWCAP(ID_AA64ISAR2, RPRES, false, MRS_LOWER, MRS_USERSPACE,
id_aa64isar2_rpres, id_aa64isar2_rpres_caps),
- MRS_FIELD(ID_AA64ISAR2, WFxT, false, MRS_LOWER, 0, id_aa64isar2_wfxt),
+ MRS_FIELD_HWCAP(ID_AA64ISAR2, WFxT, false, MRS_LOWER, 0,
+ id_aa64isar2_wfxt, id_aa64isar2_wfxt_caps),
MRS_FIELD_END,
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 25, 12:18 AM (12 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16031409
Default Alt Text
D48578.diff (871 B)
Attached To
Mode
D48578: arm64: add HWCAP for FEAT_WFxT
Attached
Detach File
Event Timeline
Log In to Comment