Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2001 21:32:23 -0400 (EDT)
From:      kabaev@mail.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/26830: typo in support.s
Message-ID:  <200104250132.f3P1WNX95850@kan.dnsalias.net>

next in thread | raw e-mail | index | archive | help

>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




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