From owner-freebsd-amd64@FreeBSD.ORG Tue Mar 17 02:19:29 2015 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 10942BDD for ; Tue, 17 Mar 2015 02:19:29 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD32AB8D for ; Tue, 17 Mar 2015 02:19:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=x4KsDB/gx2H56pg4sZNN3mye6EJVvm2co+UwjEIMnp0=; b=PAuI4qAUnU0HVNKThhJNw5WsLtNBBNpt8wTyDqNHinaZ2Xifh6kUSi1RRH1mcA18K2oGt4zZf7dXTYMY5Mw00oyzXx0t2qUHjOkjVii0z3hj082Yv2Rky6nwbXifgZl5nca/cUZNewFEHXQ9LdLqbRYRGzJAdjy3u7YcyfPPu3Q=; Received: from [114.121.162.10] (port=44848 helo=B85M-HD3-0.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1YXh6H-0038Nq-5P; Mon, 16 Mar 2015 20:19:22 -0600 Date: Tue, 17 Mar 2015 10:19:06 +0800 From: Erich Dollansky To: rondzierwa@comcast.net Subject: Re: sun x4500 and smp Message-ID: <20150317101906.3e58020c@B85M-HD3-0.alogt.com> In-Reply-To: <1346086351.8355778.1426536687864.JavaMail.zimbra@comcast.net> References: <1164871717.8339660.1426535837845.JavaMail.zimbra@comcast.net> <1346086351.8355778.1426536687864.JavaMail.zimbra@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-amd64@freebsd.org X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Mar 2015 02:19:29 -0000 Hi, On Mon, 16 Mar 2015 20:11:27 +0000 (UTC) rondzierwa@comcast.net wrote: > Out of desperation, I tried disabling all but one of the processors. > (hint.lapic.x.disabled=1 where x == 1, 2 and 3). Oddly enough the > system doesn't reboot anymore. doesn't it matter which CPU is still running? Could also try to enable just one core in each cpu? Erich