Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F141887699
D4011.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
957 B
Referenced Files
None
Subscribers
None
D4011.id.diff
View Options
Index: head/sys/arm/include/pcb.h
===================================================================
--- head/sys/arm/include/pcb.h
+++ head/sys/arm/include/pcb.h
@@ -52,14 +52,17 @@
#define PCB_OWNFPU 0x00000001
#define PCB_NOALIGNFLT 0x00000002
caddr_t pcb_onfault; /* On fault handler */
-#ifdef ARM_NEW_PMAP
- uint32_t pcb_pagedir; /* TTB0 value */
-#else
- vm_offset_t pcb_pagedir; /* PT hooks */
+ vm_offset_t pcb_pagedir; /* TTB0 value */
+ /*
+ * XXX:
+ * Variables pcb_pl1vec, pcb_l1vec, pcb_dacr are used solely
+ * by old PMAP. Keep them here for PCB binary compatibility
+ * between old and new PMAP.
+ */
uint32_t *pcb_pl1vec; /* PTR to vector_base L1 entry*/
uint32_t pcb_l1vec; /* Value to stuff on ctx sw */
u_int pcb_dacr; /* Domain Access Control Reg */
-#endif
+
struct vfp_state pcb_vfpstate; /* VP/NEON state */
u_int pcb_vfpcpu; /* VP/NEON last cpu */
} __aligned(8); /*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 13, 12:56 AM (9 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27623194
Default Alt Text
D4011.id.diff (957 B)
Attached To
Mode
D4011: Make PCB structure binary compatible for old and new PMAP on ARM
Attached
Detach File
Event Timeline
Log In to Comment