dma-debug: store a phys_addr_t in struct dma_debug_entry
authorChristoph Hellwig <hch@lst.de>
Sun, 6 Oct 2024 07:20:01 +0000 (09:20 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 29 Oct 2024 07:53:37 +0000 (08:53 +0100)
commit9d4f645a1fd49eea70a21e8671d358ebe1c08d02
treeb5364728219b2a77e3e3a39af83e6a63422811af
parent7543c3e3b9b88212fcd0aaf5cab5588797bdc7de
dma-debug: store a phys_addr_t in struct dma_debug_entry

dma-debug goes to great length to split incoming physical addresses into
a PFN and offset to store them in struct dma_debug_entry, just to
recombine those for all meaningful uses.  Just store a phys_addr_t
instead.

Signed-off-by: Christoph Hellwig <hch@lst.de>
kernel/dma/debug.c