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>
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable