From owner-cvs-all Tue Jan 15 16:44:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24EF637B41C; Tue, 15 Jan 2002 16:44:30 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0G0iU731298; Tue, 15 Jan 2002 16:44:30 -0800 (PST) (envelope-from peter) Message-Id: <200201160044.g0G0iU731298@freefall.freebsd.org> From: Peter Wemm Date: Tue, 15 Jan 2002 16:44:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mp_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/01/15 16:44:29 PST Modified files: sys/i386/i386 mp_machdep.c Log: Ensure that we set all the %cr0 bits to a known state for the AP's before they make it through to userland. This should fix the p5-smp problem without affecting the other cpus (eg: cyrix, see initcpu.c and the special cache handling for these cpu types). Revision Changes Path 1.172 +10 -0 src/sys/i386/i386/mp_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message