Skip to content
Commit c72e005b authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] fix constant values of MAX_DMA_ADDRESS

Since 8d5796d2

, we have allowed
PAGE_OFFSET to be configurable, so a constant virtual address
for MAX_DMA_ADDRESS is buggy.  It should be defined in terms of
PAGE_OFFSET rather than a constant virtual address.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent b9c78022
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment