Date: Mon, 18 May 2009 21:50:06 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/amd64 mca.c src/sys/i386/i386 mca.c Message-ID: <200905182150.n4ILoido007164@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-05-18 21:50:06 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 mca.c
sys/i386/i386 mca.c
Log:
SVN rev 192343 on 2009-05-18 21:50:06Z by jhb
- Add a tunable 'hw.mca.enabled' that can be used to enable/disable the
machine check code. Disable it by default for now.
- When computing the mask of bits that determines a non-restartable event
during a machine check exception, or-in the overflow flag rather than
replacing the other flags.
PR: i386/134586 [2]
Submitted by: Andi Kleen andi-fbsd firstfloor.org
Revision Changes Path
1.2 +14 -11 src/sys/amd64/amd64/mca.c
1.2 +14 -11 src/sys/i386/i386/mca.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905182150.n4ILoido007164>
