HomeFreeBSD

ddb: fix show devmap output on 32-bit arm

Description

ddb: fix show devmap output on 32-bit arm

The output has been broken since 1b6dd6d772ca. Casting to uintmax_t
before the call to printf is necessary to ensure that 32-bit addresses
are interpreted correctly.

PR: 243236
MFC after: 3 days

Details

Provenance
skiboAuthored on Jan 11 2021, 8:58 PM
mhorneCommitted on Feb 18 2021, 3:53 PM
Parents
rG17d0f830dddf: arm64: Include NUMA locality info in the CPU topology
Branches
Unknown
Tags
Unknown