Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F158926750
D50212.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
573 B
Referenced Files
None
Subscribers
None
D50212.id.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
@@ -2194,8 +2194,6 @@
struct mrs_user_reg {
u_int reg;
u_int iss;
- u_int CRm;
- u_int Op2;
bool is64bit;
size_t offset;
const struct mrs_field *fields;
@@ -2205,8 +2203,6 @@
{ \
.reg = name, \
.iss = name##_ISS, \
- .CRm = name##_CRm, \
- .Op2 = name##_op2, \
.offset = __offsetof(struct cpu_desc, field_name), \
.fields = field_name##_fields, \
.is64bit = _is64bit, \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jun 8, 8:35 PM (15 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33818525
Default Alt Text
D50212.id.diff (573 B)
Attached To
Mode
D50212: arm64: Remove unneeded fields from mrs_user_reg
Attached
Detach File
Event Timeline
Log In to Comment