Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sys/amd64/amd64/fpu.c | ||
---|---|---|
241 | possibly CPUID_EXTSTATE_XSAVEOPT should be renamed also (avoiding EXTSTATE)? (it looks like Linux has a single namespace for all of the CPUID data and calls this bit X86_FEATURE_XSAVEOPT) |
sys/amd64/amd64/fpu.c | ||
---|---|---|
241 | EXTSTATE designates the different word from CPUID. Linux' X86_FEATURE are not CPUID bits, they are calculated software bits. |