From owner-p4-projects Fri Sep 20 20:32:28 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 8C89337B40A; Fri, 20 Sep 2002 20:32:23 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98A7C37B404 for ; Fri, 20 Sep 2002 20:32:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5042B43E65 for ; Fri, 20 Sep 2002 20:32:22 -0700 (PDT) (envelope-from peter@freebsd.org) Received: from freefall.freebsd.org (perforce@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8L3WMCo009135 for ; Fri, 20 Sep 2002 20:32:22 -0700 (PDT) (envelope-from peter@freebsd.org) Received: (from perforce@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8L3WLvi009132 for perforce@freebsd.org; Fri, 20 Sep 2002 20:32:21 -0700 (PDT) Date: Fri, 20 Sep 2002 20:32:21 -0700 (PDT) Message-Id: <200209210332.g8L3WLvi009132@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 17821 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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