From owner-freebsd-smp Sat Nov 30 11:15:46 1996 Return-Path: owner-smp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA02138 for smp-outgoing; Sat, 30 Nov 1996 11:15:46 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA02128 for freebsd-smp; Sat, 30 Nov 1996 11:15:44 -0800 (PST) Date: Sat, 30 Nov 1996 11:15:44 -0800 (PST) From: Peter Wemm Message-Id: <199611301915.LAA02128@freefall.freebsd.org> To: freebsd-smp Subject: cvs commit: sys/kern init_main.c Sender: owner-smp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/11/30 11:15:43 Modified: kern init_main.c Log: Fix boot race noted by Steve a few days ago. The AP's are unlocked in random order, this code could freeze a freshly started cpu before it gets a chance to finish coming online. *blush*. This should fix part of Erich's problem, I hope.. (I'm 95% asleep at the moment) Revision Changes Path 1.36 +2 -3 sys/kern/init_main.c