Bug 85852

Summary: Typo in amd64 machine/specialreg.h
Product: Base System Reporter: Nate Eldredge <nge>
Component: amd64Assignee: freebsd-amd64 (Nobody) <amd64>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.4-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Nate Eldredge 2005-09-08 00:50:10 UTC
There is a mistake in <machine/specialregs.h> on amd64.  The addresses of
the MSR_MC3_* and MSR_MC4_* machine check registers are reversed.

This would be an issue if somebody implements MCA support someday.  I
have been playing with this a little myself.

How-To-Repeat: Compare <machine/specialregs.h> with AMD's documentation.
Comment 1 Jung-uk Kim freebsd_committer freebsd_triage 2005-10-15 01:45:37 UTC
State Changed
From-To: open->closed

Committed.  Thanks!