mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:38:12 +00:00
Kernel: Rename OSPKU CPUID feature flag to OSPKE
Unlike "XSAVE enabled by OS" being indicated by the OSXSAVE flag, in this case it's "PKU enabled by OS" being indicated by the OSPKE flag.
This commit is contained in:
parent
280e99073b
commit
87aabb5ef7
3 changed files with 4 additions and 4 deletions
|
@ -206,8 +206,8 @@ StringView cpu_feature_to_string_view(CPUFeature::Type const& feature)
|
|||
return "umip"sv;
|
||||
if (feature == CPUFeature::PKU)
|
||||
return "pku"sv;
|
||||
if (feature == CPUFeature::OSPKU)
|
||||
return "ospku"sv;
|
||||
if (feature == CPUFeature::OSPKE)
|
||||
return "ospke"sv;
|
||||
if (feature == CPUFeature::WAITPKG)
|
||||
return "waitpkg"sv;
|
||||
if (feature == CPUFeature::AVX512_VBMI2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue