Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2001 08:31:15 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 machdep.c
Message-ID:  <200110291631.f9TGVGj18690@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2001/10/29 08:31:15 PST

  Modified files:
    sys/i386/i386        machdep.c 
  Log:
  Don't set CR0_NE in cpu_setregs() for the SMP case, since setting it
  is npx.c's job and setting it here breaks the edit-time option of not
  setting it in npx.c.  (It is not set in the right places for the SMP
  case, but always setting it here is harmless because there isn't even
  an edit-time option to not set it.)
  
  Revision  Changes    Path
  1.482     +2 -0      src/sys/i386/i386/machdep.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110291631.f9TGVGj18690>