]> git.baikalelectronics.ru Git - kernel.git/commit
of: unittest: 64 bit dma address test requires arch support
authorFrank Rowand <frank.rowand@sony.com>
Sun, 12 Dec 2021 22:18:52 +0000 (16:18 -0600)
committerRob Herring <robh@kernel.org>
Wed, 15 Dec 2021 22:37:02 +0000 (16:37 -0600)
commit12de11aaa3577db0016abafde80af49a66e1c956
treea2ae47c3de6f9b0a76bbb3098ba927022d22190c
parent0234ed506759276fa94f457165ccbe3a6d243c2a
of: unittest: 64 bit dma address test requires arch support

If an architecture does not support 64 bit dma addresses then testing
for an expected dma address >= 0x100000000 will fail.

Fixes: 2dd30c1b50dd ("dma-mapping: introduce DMA range map, supplanting dma_pfn_offset")
Signed-off-by: Frank Rowand <frank.rowand@sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20211212221852.233295-1-frowand.list@gmail.com
drivers/of/unittest.c