Bug 26858

Summary: typo in support.s prevent I386_CPU kernel compiles
Product: Base System Reporter: ak03 <ak03>
Component: kernAssignee: Jake Burkholder <jake>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description ak03 2001-04-25 22:50:01 UTC
	There is apparently a typo in support.s. It tries to access 
	_PTmap(edx) exactly in one place in the file under I386_CPU
	define, while all other places use PTmap(edx) (no leading
	underscore).

How-To-Repeat: 	Define I386_CPU and attempt to compile the kernel on -CURRENT
Comment 1 dd freebsd_committer freebsd_triage 2001-04-26 03:11:51 UTC
State Changed
From-To: open->closed

Duplicate of 26830.
Comment 2 dwmalone freebsd_committer freebsd_triage 2001-04-26 10:29:37 UTC
Responsible Changed
From-To: freebsd-bugs->jake

Jake removed most of the underscores in this file - maybe this is one 
he missed?