Skip to content
New issue

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

KP on Xeon X5670 (Westmere) (solved) #29

Open
Oxdeadc0de opened this issue Jun 6, 2020 · 1 comment
Open

KP on Xeon X5670 (Westmere) (solved) #29

Oxdeadc0de opened this issue Jun 6, 2020 · 1 comment

Comments

@Oxdeadc0de
Copy link

Oxdeadc0de commented Jun 6, 2020

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));
@Lucke77
Copy link

Lucke77 commented Mar 5, 2022

How did u solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants