summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-04-08 14:26:55 +0000
committerjhb <jhb@FreeBSD.org>2005-04-08 14:26:55 +0000
commit8ab8d7de10a553c48656715bdfc1a67d20522fcf (patch)
treee15bc1f00d1874b46f6baa8982b236047857f85d /sys/powerpc/aim
parentf81c6c3eb689e4f0a72870b2efe4a35a4897363f (diff)
downloadFreeBSD-src-8ab8d7de10a553c48656715bdfc1a67d20522fcf.zip
FreeBSD-src-8ab8d7de10a553c48656715bdfc1a67d20522fcf.tar.gz
Change an instance of md_savecrit to md_saved_msr that I missed.
Diffstat (limited to 'sys/powerpc/aim')
-rw-r--r--sys/powerpc/aim/machdep.c2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud