CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/23 06:44:57
Modified files:
sys/dev/pci/drm/include/linux: types.h
Log message:
Change the type of dma_addr_t to uint64_t. It is a 64-bit type on most
Linux architectures (including the most popular 32-bit ones) and a new
driver I'm working on tries to print a dma_addr_t variable using %llx.
ok jsg@
