We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read from Model Specific Registers (logMSRs enabled): MSR_PKGC3_IRTL MSR_PKGC6_IRTL MSR_PKG_C2_RESIDENCY
will cause a general protection exception and instant reboot. So, if you have Xeon X5670 (or same gen) - just comment out this lines:
IOLOG("MSR_PKGC3_IRTL...................(0x60a) : 0x%llX\n", (unsigned long long)rdmsr64(MSR_PKGC3_IRTL)); IOLOG("MSR_PKGC6_IRTL...................(0x60b) : 0x%llX\n", (unsigned long long)rdmsr64(MSR_PKGC6_IRTL)); IOLOG("MSR_PKG_C2_RESIDENCY.............(0x60d) : 0x%llX\n", (unsigned long long)rdmsr64(MSR_PKG_C2_RESIDENCY));
The text was updated successfully, but these errors were encountered:
How did u solve it?
Sorry, something went wrong.
No branches or pull requests
Read from Model Specific Registers (logMSRs enabled):
MSR_PKGC3_IRTL
MSR_PKGC6_IRTL
MSR_PKG_C2_RESIDENCY
will cause a general protection exception and instant reboot.
So, if you have Xeon X5670 (or same gen) - just comment out this lines:
The text was updated successfully, but these errors were encountered: