Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/arch/x86/include
On 18.09.10 17:49, Jonathan A. Kollasch wrote:
> Module Name: src
> Committed By: jakllsch
> Date: Sat Sep 18 15:49:26 UTC 2010
>
> Modified Files:
> src/sys/arch/x86/include: specialreg.h
>
> Log Message:
> AMD publication 25759 rev 3.69 says that DisIOReqLock in NB_CFG is "bit 3".
> They probably mean "bit 3" and not "the third bit" (or bit 2).
> This change should prevent superfluous warnings of errata 89.
Correct. AMD manuals starting counting with 0. So bit 0 is "the first bit".
Christoph
Home |
Main Index |
Thread Index |
Old Index