From owner-cvs-sys Sun Sep 21 22:08:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA12536 for cvs-sys-outgoing; Sun, 21 Sep 1997 22:08:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA12426; Sun, 21 Sep 1997 22:07:27 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id WAA18008; Sun, 21 Sep 1997 22:03:05 -0700 (PDT) Date: Sun, 21 Sep 1997 22:03:05 -0700 (PDT) Message-Id: <199709220503.WAA18008@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 mpboot.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/09/21 22:03:04 PDT Modified files: sys/i386/i386 mpboot.s Log: Turn on CR4_VME on the AP's the same as the BSP. Note that we do not [yet] probe the AP's for their cpuid/capabilities etc, so this is a fudge at best. Problem noted by: Jonathan Lemon Revision Changes Path 1.5 +13 -1 src/sys/i386/i386/mpboot.s