From owner-cvs-all Wed Mar 20 23:41: 5 2002 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 920BD37B400; Wed, 20 Mar 2002 23:41:02 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2L7f2i33193; Wed, 20 Mar 2002 23:41:02 -0800 (PST) (envelope-from peter) Message-Id: <200203210741.g2L7f2i33193@freefall.freebsd.org> From: Peter Wemm Date: Wed, 20 Mar 2002 23:41:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/03/20 23:41:02 PST Modified files: sys/ia64/ia64 machdep.c Log: In UP mode, the primary cpu's per-cpu current_pmap was not initialized - this was only done as a side effect of calling cpu_mp_start(). I haven't actually tested that this fixes UP kernels, but it feels about right. Revision Changes Path 1.83 +1 -0 src/sys/ia64/ia64/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message