[ARM] fix constant values of MAX_DMA_ADDRESS

Since 8d5796d2ec, 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: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King 2008-11-29 10:56:33 +00:00 • committed by Russell King
commit c72e005b09
3 changed files with 2 additions and 10 deletions