git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
980019d
)
ARM: 6186/1: Avoid the CONSISTENT_DMA_SIZE warning on noMMU builds
author
Catalin Marinas
<catalin.marinas@arm.com>
Mon, 21 Jun 2010 14:09:06 +0000
(15:09 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 1 Jul 2010 09:12:07 +0000
(10:12 +0100)
This macro is not defined when !CONFIG_MMU so this patch moves the
CONSISTENT_* definitions to the CONFIG_MMU section.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found