From owner-cvs-all Tue Apr 17 7:20:38 2001 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 153E737B422; Tue, 17 Apr 2001 07:20:34 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3HEKYQ64144; Tue, 17 Apr 2001 07:20:34 -0700 (PDT) (envelope-from gallatin) Message-Id: <200104171420.f3HEKYQ64144@freefall.freebsd.org> From: Andrew Gallatin Date: Tue, 17 Apr 2001 07:20:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha interrupt.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2001/04/17 07:20:33 PDT Modified files: sys/alpha/alpha interrupt.c Log: Changes to support SMP: - don't do the stack overflow sanity check on MP systems -- p->p_addr will be malloc'ed memory (not K0SEG) and the check will fail. - don't ignore clock interrupts on secondaries. Alphas apparently roundrobin clock interrupts to all cpus, so we're going to take clock interrupts on all CPUS and not forward them. Revision Changes Path 1.47 +3 -7 src/sys/alpha/alpha/interrupt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message