From owner-freebsd-smp Mon Dec 2 15:02:07 1996 Return-Path: owner-smp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA19817 for smp-outgoing; Mon, 2 Dec 1996 15:02:07 -0800 (PST) Received: from bluenose.na.tuns.ca (bluenose.na.tuns.ca [134.190.50.156]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA19812 for ; Mon, 2 Dec 1996 15:02:05 -0800 (PST) Received: (from smp@localhost) by bluenose.na.tuns.ca (8.7.6/8.7.3) id SAA10867; Mon, 2 Dec 1996 18:58:22 -0400 (AST) From: "J.M. Chuang" Message-Id: <199612022258.SAA10867@bluenose.na.tuns.ca> Subject: Re: Status report... To: erich@lodgenet.com (Eric L. Hernes) Date: Mon, 2 Dec 1996 18:58:22 -0400 (AST) Cc: smp@freebsd.org In-Reply-To: <199612021949.NAA04298@jake.lodgenet.com> from "Eric L. Hernes" at "Dec 2, 96 01:49:28 pm" X-Mailer: ELM [version 2.4ME+ PL13 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-smp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I just tested a kernel from this morning (12/1). It is *much* better > than the one I tried last week. Last week I got lots of sig11's, but > I haven't seen one yet! But I am getting a few silo overflows > from the mouse, dmesg shows: > I got the same thing. No sig11's. But when I run multiple processes, it seems that all the processes are taken care of by the same cpu and switched back and forth. On the screen of `top': RUN/#1 cpp CPU/#1 top .... RUN/#0 cpp RUN/#0 top Is the schedule supposed like that? I remember before the merge with the current, the multiple processes were RUN/#1 cpp CPU/#0 top .... Besides, if the system is rebooted, I always got the message like: I'm on cpu #1, I need to be on cpu #0! Jim