commit | 4e2e4124b7fe68b28e9f759b7ecc0ec16307fce6 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Thu Dec 15 09:24:06 2011 +0100 |
committer | Michal Simek <monstr@monstr.eu> | Fri Mar 23 09:28:09 2012 +0100 |
tree | 6fa96fb02f187ee98fd4a8c24d77244d7b5d44e5 | |
parent | f7f4786c7546534ca969cfa5eb753fa97e30c728 [diff] [blame] |
microblaze: mm: Use ZONE_DMA instead of ZONE_NORMAL We should use ZONE_DMA because all address space is dma-able. Signed-off-by: Michal Simek <monstr@monstr.eu>
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index c8d6efb..8e9da3d 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig
@@ -27,6 +27,9 @@ config RWSEM_GENERIC_SPINLOCK def_bool y +config ZONE_DMA + def_bool y + config RWSEM_XCHGADD_ALGORITHM bool