From owner-cvs-all Tue Apr 17 7:15:19 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 7407737B423; Tue, 17 Apr 2001 07:15:13 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3HEFDQ63448; Tue, 17 Apr 2001 07:15:13 -0700 (PDT) (envelope-from gallatin) Message-Id: <200104171415.f3HEFDQ63448@freefall.freebsd.org> From: Andrew Gallatin Date: Tue, 17 Apr 2001 07:15:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha locore.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2001/04/17 07:15:12 PDT Modified files: sys/alpha/alpha locore.s Log: changes to smp_init_secondary_glue(): - use the unique value to save the per-cpu globalp struct like the comment says - don't lower the ipl to ALPHA_PSL_IPL_HIGH: we may have a pending machine check to take and we're not prepared for that yet, as we haven't setup our interrupt entry points. (this may only happen on sable/lynx) - indicate the fact that the working version of smp_init_secondary() doesn't return (this is tied up in other changes and hasn't yet been committed). Revision Changes Path 1.14 +12 -20 src/sys/alpha/alpha/locore.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message