From owner-cvs-all Thu Apr 11 22:17:19 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 3C7C637B404; Thu, 11 Apr 2002 22:17:16 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3C5HGh44443; Thu, 11 Apr 2002 22:17:16 -0700 (PDT) (envelope-from peter) Message-Id: <200204120517.g3C5HGh44443@freefall.freebsd.org> From: Peter Wemm Date: Thu, 11 Apr 2002 22:17:16 -0700 (PDT) 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/04/11 22:17:16 PDT Modified files: sys/ia64/ia64 machdep.c Log: Really fix uniprocessor on IA64. Note to self: do not use variables before they are initialized. I had correctly figured out that the UP problem was the pcpu current_pmap thing, but didn't fix it right last time. Revision Changes Path 1.92 +1 -1 src/sys/ia64/ia64/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message