From: Russell King Date: Sat, 29 Nov 2008 10:56:33 +0000 (+0000) Subject: [ARM] fix constant values of MAX_DMA_ADDRESS X-Git-Tag: v2.6.29-rc1~559^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c72e005b099302b3c6bee8381396199b77b6dd4f;p=pandora-kernel.git [ARM] fix constant values of MAX_DMA_ADDRESS Since 8d5796d2ec6b5a4e7a52861144e63af438d6f8f7, 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 --- Reading git-diff-tree failed