[5381] in Athena Bugs
[honey@citi.umich.edu: Re: recurring machine checks (AOS 4.3)]
daemon@ATHENA.MIT.EDU (John T Kohl)
Mon Jul 2 15:12:34 1990
Date: Mon, 2 Jul 90 15:12:19 EDT
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
Cc: raeburn@ATHENA.MIT.EDU
perhaps this will fix the 94 bug?
From: honey@citi.umich.edu (Peter Honeyman)
Newsgroups: comp.sys.ibm.pc.rt
Subject: Re: recurring machine checks (AOS 4.3)
Date: 2 Jul 90 14:58:28 GMT
Reply-To: honey@citi.umich.edu
Organization: Center for Information Technology Integration, Univ of Michigan
bill webb in palo alto understands what's going on here, and offers the
following patch to ca/trap.c:
switch (mcs_pcs) {
+ case MCS_CHECK|USER:
+ case MCS_CHECK:
+ printf("spurious machine check ignored\n"sp);
+ return;
default:
if (mcs_pcs & MCS_CHECK) { /* machine check */
after seeing "spurious machine check ignored" printed a sufficient number
of times, you'll want to lose the printf and increment a counter.
peter