From owner-freebsd-bugs Tue Apr 24 18:40: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B76F437B42C for ; Tue, 24 Apr 2001 18:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3P1e1Q37594; Tue, 24 Apr 2001 18:40:01 -0700 (PDT) (envelope-from gnats) Received: from smtp1.port.ru (mx1.port.ru [194.67.23.32]) by hub.freebsd.org (Postfix) with ESMTP id 86E7C37B423 for ; Tue, 24 Apr 2001 18:32:29 -0700 (PDT) (envelope-from kabaev@mail.ru) Received: from adsl-141-154-40-64.bostma.adsl.bellatlantic.net ([141.154.40.64] helo=kan.dnsalias.net) by smtp1.port.ru with esmtp (Exim 3.14 #3) id 14sEAM-000CN5-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 25 Apr 2001 05:32:27 +0400 Received: (from kan@localhost) by kan.dnsalias.net (8.11.3/8.11.3) id f3P1WNX95850; Tue, 24 Apr 2001 21:32:23 -0400 (EDT) (envelope-from kan) Message-Id: <200104250132.f3P1WNX95850@kan.dnsalias.net> Date: Tue, 24 Apr 2001 21:32:23 -0400 (EDT) From: kabaev@mail.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/26830: typo in support.s Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26830 >Category: kern >Synopsis: typo i386/i386/support.s >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 24 18:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alexander N. Kabaev >Release: FreeBSD 5.0-CURRENT i386 >Organization: Verizon Laboratories Inc. >Environment: System: FreeBSD kan.dnsalias.net 5.0-CURRENT FreeBSD 5.0-CURRENT #19: Sun Apr 22 23:29:39 EDT 2001 kan@kan.dnsalias.net:/usr/src/sys/compile/KAN i386 >Description: -CURRENT kernel does not compile if CPU_I386 is the defined in config file >How-To-Repeat: See description. >Fix: Index: support.s =================================================================== RCS file: /home/ncvs/src/sys/i386/i386/support.s,v retrieving revision 1.81 diff -u -r1.81 support.s --- support.s 2001/03/24 08:27:57 1.81 +++ support.s 2001/04/25 01:26:16 @@ -1301,7 +1301,7 @@ shrl $IDXSHIFT,%edx andb $0xfc,%dl - leal _PTmap(%edx),%ecx + leal PTmap(%edx),%ecx shrl $IDXSHIFT,%ecx andb $0xfc,%cl testb $PG_V,PTmap(%ecx) /* PTE page must be valid */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message