From 8ab8d7de10a553c48656715bdfc1a67d20522fcf Mon Sep 17 00:00:00 2001 From: jhb Date: Fri, 8 Apr 2005 14:26:55 +0000 Subject: Change an instance of md_savecrit to md_saved_msr that I missed. --- sys/powerpc/aim/machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/powerpc/aim') diff --git a/sys/powerpc/aim/machdep.c b/sys/powerpc/aim/machdep.c index 3e0038a..75b5918 100644 --- a/sys/powerpc/aim/machdep.c +++ b/sys/powerpc/aim/machdep.c @@ -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 -- cgit v1.1