Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2002 20:32:21 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 17821 for review
Message-ID:  <200209210332.g8L3WLvi009132@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=17821

Change 17821 by peter@peter_daintree on 2002/09/20 20:32:06

	oops, more f00f crud

Affected files ...

.. //depot/projects/hammer/sys/x86_64/x86_64/trap.c#7 edit

Differences ...

==== //depot/projects/hammer/sys/x86_64/x86_64/trap.c#7 (text+ko) ====

@@ -612,11 +612,6 @@
 	if (va >= KERNBASE) {
 		/*
 		 * Don't allow user-mode faults in kernel address space.
-		 * An exception:  if the faulting address is the invalid
-		 * instruction entry in the IDT, then the Intel Pentium
-		 * F00F bug workaround was triggered, and we need to
-		 * treat it is as an illegal instruction, and not a page
-		 * fault.
 		 */
 		if (usermode)
 			goto nogo;

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




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