Page MenuHomeFreeBSD

[MIPS] Fix Config3[ULRI] printing
ClosedPublic

Authored by mizhka on Nov 14 2016, 9:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 2:36 PM
Unknown Object (File)
Wed, Apr 17, 12:44 PM
Unknown Object (File)
Wed, Apr 17, 9:29 AM
Unknown Object (File)
Mar 7 2024, 11:44 PM
Unknown Object (File)
Mar 7 2024, 10:00 PM
Unknown Object (File)
Dec 20 2023, 3:49 AM
Unknown Object (File)
Nov 14 2023, 6:03 PM
Unknown Object (File)
Nov 9 2023, 3:49 AM
Subscribers

Details

Summary

Bit identifier of printf %b is octal integer, but not decimal. ULRI bit is 13-th bit (starting with 0) according to MIPS Architecture Volume III v.06.02. In this case bit identifier (starts with 1) should be \16.

Test Plan

Tested on BCM5358

Diff Detail

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

Event Timeline

mizhka retitled this revision from to [MIPS] Fix Config3[ULRI] printing.
mizhka updated this object.
mizhka edited the test plan for this revision. (Show Details)
mizhka added a reviewer: adrian.
mizhka set the repository for this revision to rS FreeBSD src repository - subversion.
gonzo added a reviewer: gonzo.
gonzo added a subscriber: gonzo.

Looks OK

This revision is now accepted and ready to land.Nov 15 2016, 8:33 PM
This revision was automatically updated to reflect the committed changes.