Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151262916
D55931.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
546 B
Referenced Files
None
Subscribers
None
D55931.id.diff
View Options
diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c
--- a/sys/amd64/amd64/fpu.c
+++ b/sys/amd64/amd64/fpu.c
@@ -143,13 +143,6 @@
CTASSERT(sizeof(struct xstate_hdr) == 64);
CTASSERT(sizeof(struct savefpu_ymm) == 832);
-/*
- * This requirement is to make it easier for asm code to calculate
- * offset of the fpu save area from the pcb address. FPU save area
- * must be 64-byte aligned.
- */
-CTASSERT(sizeof(struct pcb) % XSAVE_AREA_ALIGN == 0);
-
/*
* Ensure the copy of XCR0 saved in a core is contained in the padding
* area.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 8, 4:45 AM (13 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29996295
Default Alt Text
D55931.id.diff (546 B)
Attached To
Mode
D55931: amd64: remove assertion about sizeof(struct pcb)
Attached
Detach File
Event Timeline
Log In to Comment