HomeFreeBSD

Stop assuming we can print rman_res_t with %lx

Description

Stop assuming we can print rman_res_t with %lx

This is not the case on armv6 and armv7, where we also build this driver.
Fix by casting through uintmax_t and using %jx.

Sponsored by: Innovate UK

Details

Provenance
andrewAuthored on
Parents
rS362294: hdac_intr_handler: keep working until global interrupt status clears
Branches
Unknown
Tags
Unknown