summaryrefslogtreecommitdiff
path: root/usr/src/uts/i86pc/os/trap.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/i86pc/os/trap.c')
-rw-r--r--usr/src/uts/i86pc/os/trap.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/usr/src/uts/i86pc/os/trap.c b/usr/src/uts/i86pc/os/trap.c
index da416edeea..37a38b9a80 100644
--- a/usr/src/uts/i86pc/os/trap.c
+++ b/usr/src/uts/i86pc/os/trap.c
@@ -497,15 +497,6 @@ trap(struct regs *rp, caddr_t addr, processorid_t cpuid)
}
switch (type) {
-
- case T_MCE: /* Machine check exception */
- case T_MCE + USER:
- if (x86_feature & X86_MCA) {
- if (mca_exception(rp))
- (void) die(type, rp, addr, cpuid);
- type &= ~USER;
- goto cleanup;
- }
default:
if (type & USER) {
if (tudebug)