From owner-freebsd-smp Thu Apr 29 10:36:27 1999 Delivered-To: freebsd-smp@freebsd.org Received: from lor.watermarkgroup.com (lor.watermarkgroup.com [207.202.73.33]) by hub.freebsd.org (Postfix) with ESMTP id 858F414BFC for ; Thu, 29 Apr 1999 10:36:17 -0700 (PDT) (envelope-from luoqi@watermarkgroup.com) Received: (from luoqi@localhost) by lor.watermarkgroup.com (8.8.8/8.8.8) id NAA17634; Thu, 29 Apr 1999 13:35:16 -0400 (EDT) (envelope-from luoqi) Date: Thu, 29 Apr 1999 13:35:16 -0400 (EDT) From: Luoqi Chen Message-Id: <199904291735.NAA17634@lor.watermarkgroup.com> To: darius@dons.net.au, mike@smith.net.au Subject: Re: Really slow SMP Cc: freebsd-smp@FreeBSD.ORG, peter@netplex.com.au, tlambert@primenet.com Sender: owner-freebsd-smp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Maybe init_secondary() is too ealier for calling mem_range_AP_init, APs shouldn't be fooling around with locks at that point. I guess what happened was the AP was in a spin loop waiting for a lock and BSP timed out waiting for AP's up signal. Try move the call to ap_init() instead. -lq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message