Kernel: Remove obsole CPUID::IsAvailable

This is now a harware requirement that is verified already in boot.S
This commit is contained in:
Bananymous
2023-01-10 21:28:59 +02:00
parent 7d45b3cbd6
commit 64c57ea3d0
5 changed files with 1 additions and 38 deletions

View File

@@ -148,7 +148,6 @@ namespace CPUID
}
}
bool IsAvailable();
const char* GetVendor();
void GetFeatures(uint32_t& ecx, uint32_t& edx);
bool Is64Bit();