Page MenuHomeFreeBSD

prefix addresses with 0x in x86/acpica/srat.c
ClosedPublic

Authored by op on Dec 11 2016, 1:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 2:27 PM
Unknown Object (File)
Sat, Apr 20, 2:11 PM
Unknown Object (File)
Sat, Mar 30, 3:13 PM
Unknown Object (File)
Thu, Mar 28, 6:10 PM
Unknown Object (File)
Mar 15 2024, 1:55 PM
Unknown Object (File)
Mar 15 2024, 1:52 PM
Unknown Object (File)
Feb 12 2024, 4:37 PM
Unknown Object (File)
Nov 29 2023, 8:29 PM
Subscribers

Details

Summary
HBSD: prefix addresses with 0x in x86/acpica/srat.c

This make the original printouts more obvious from:

[1] FreeBSD clang version 3.8.0 (tags/RELEASE_380/final 262564) (based
                on LLVM 3.8.0)
[1] SRAT: Ignoring memory at addr 20200000
[1] SRAT: Ignoring memory at addr 100000000
[1] SRAT: Ignoring memory at addr 1000000000
[1] VT(vga): text 80x25
[1] Hyper-V Version: 10.0.10586 [SP0]

to:

[1] FreeBSD clang version 3.8.0 (tags/RELEASE_380/final 262564) (based
                on LLVM 3.8.0)
[1] SRAT: Ignoring memory at addr 0x20200000
[1] SRAT: Ignoring memory at addr 0x100000000
[1] SRAT: Ignoring memory at addr 0x1000000000
[1] VT(vga): text 80x25
[1] Hyper-V Version: 10.0.10586 [SP0]

MFC-to: 11-STABLE
Signed-off-by: Oliver Pinter <oliver.pinter@hardenedbsd.org>
CC: John Baldwin <jhb@freebsd.org>

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 6186

Event Timeline

op retitled this revision from to prefix addresses with 0x in x86/acpica/srat.c.
op updated this object.
op edited the test plan for this revision. (Show Details)
op added reviewers: jhb, kib.
op set the repository for this revision to rS FreeBSD src repository - subversion.
kib edited edge metadata.
This revision is now accepted and ready to land.Dec 11 2016, 6:46 PM
This revision was automatically updated to reflect the committed changes.