From kabaev@mail.ru  Tue Apr 24 18:32:30 2001
Return-Path: <kabaev@mail.ru>
Received: from smtp1.port.ru (mx1.port.ru [194.67.23.32])
	by hub.freebsd.org (Postfix) with ESMTP id 86E7C37B423
	for <FreeBSD-gnats-submit@freebsd.org>; 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
Subject: typo in support.s
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         26830
>Category:       kern
>Synopsis:       typo i386/i386/support.s
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 24 18:40:01 PDT 2001
>Closed-Date:    Thu Apr 26 06:59:15 PDT 2001
>Last-Modified:  Thu Apr 26 06:59:44 PDT 2001
>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:
State-Changed-From-To: open->closed 
State-Changed-By: dwmalone 
State-Changed-When: Thu Apr 26 02:30:50 PDT 2001 
State-Changed-Why:  
26858 is a duplicate of this, but I've already assigned that one 
to jake. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26830 
State-Changed-From-To: closed->open 
State-Changed-By: dwmalone 
State-Changed-When: Thu Apr 26 02:33:15 PDT 2001 
State-Changed-Why:  
Drat - I trod on Dima's toes here. I'll leave this PR open. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26830 
State-Changed-From-To: open->closed 
State-Changed-By: jake 
State-Changed-When: Thu Apr 26 06:59:15 PDT 2001 
State-Changed-Why:  
Fixed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26830 
>Unformatted:
