Page MenuHomeFreeBSD

Ensure the ID register fields are 64 bit types.
ClosedPublic

Authored by andrew on Jul 17 2019, 9:20 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 23, 5:08 AM
Unknown Object (File)
Sat, Apr 19, 9:58 PM
Unknown Object (File)
Thu, Apr 17, 11:47 PM
Unknown Object (File)
Tue, Apr 15, 3:53 AM
Unknown Object (File)
Tue, Apr 15, 3:50 AM
Unknown Object (File)
Tue, Apr 15, 3:42 AM
Unknown Object (File)
Tue, Apr 15, 3:41 AM
Unknown Object (File)
Tue, Apr 15, 3:40 AM
Subscribers

Details

Summary

Previously only some of the ID register fields were 64 bit. To allow
for a script to generate these mark them all 64 bit. To allow for their
use in assembly we need to use the UINT64_C macro via a new UL macro
to stop the lines from being too long.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable