From owner-cvs-all Fri Apr 12 0:43:44 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 BB3D837B400; Fri, 12 Apr 2002 00:43:39 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3C7hdA79699; Fri, 12 Apr 2002 00:43:39 -0700 (PDT) (envelope-from dfr) Message-Id: <200204120743.g3C7hdA79699@freefall.freebsd.org> From: Doug Rabson Date: Fri, 12 Apr 2002 00:43:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 machdep.c mp_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 dfr 2002/04/12 00:43:38 PDT Modified files: sys/ia64/ia64 machdep.c mp_machdep.c Log: Initialise ar.cflg, which contains the IA-32 registers cr0 and cr4. Since all IA-32 processes use the same values for cr0 and cr4, we initialise them at system startup. Revision Changes Path 1.93 +7 -0 src/sys/ia64/ia64/machdep.c 1.35 +7 -0 src/sys/ia64/ia64/mp_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message