Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jul 2010 17:39:11 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r210507 - stable/7/sys/pc98/pc98
Message-ID:  <201007261739.o6QHdBZO038921@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Mon Jul 26 17:39:11 2010
New Revision: 210507
URL: http://svn.freebsd.org/changeset/base/210507

Log:
  MFC 208633 (Missed in earlier CMCI MFC):
  Defer initializing machine checks for the boot CPU until the local APIC is
  fully configured.

Modified:
  stable/7/sys/pc98/pc98/machdep.c
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/pc98/pc98/machdep.c
==============================================================================
--- stable/7/sys/pc98/pc98/machdep.c	Mon Jul 26 17:38:56 2010	(r210506)
+++ stable/7/sys/pc98/pc98/machdep.c	Mon Jul 26 17:39:11 2010	(r210507)
@@ -258,8 +258,6 @@ cpu_startup(dummy)
 	vm_pager_bufferinit();
 
 	cpu_setregs();
-
-	mca_init();
 }
 
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007261739.o6QHdBZO038921>