Change an instance of md_savecrit to md_saved_msr that I missed.
This commit is contained in:
parent
4f20185860
commit
4d9ae2662a
@ -742,7 +742,7 @@ cpu_idle(void)
|
||||
#ifdef INVARIANTS
|
||||
if ((mfmsr() & PSL_EE) != PSL_EE) {
|
||||
struct thread *td = curthread;
|
||||
printf("td crit %x\n", td->td_md.md_savecrit);
|
||||
printf("td msr %x\n", td->td_md.md_saved_msr);
|
||||
panic("ints disabled in idleproc!");
|
||||
}
|
||||
#endif
|
||||
|
@ -742,7 +742,7 @@ cpu_idle(void)
|
||||
#ifdef INVARIANTS
|
||||
if ((mfmsr() & PSL_EE) != PSL_EE) {
|
||||
struct thread *td = curthread;
|
||||
printf("td crit %x\n", td->td_md.md_savecrit);
|
||||
printf("td msr %x\n", td->td_md.md_saved_msr);
|
||||
panic("ints disabled in idleproc!");
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user