diff options
author | GuanXuetao <gxt@mprc.pku.edu.cn> | 2011-02-26 23:46:06 -0500 |
---|---|---|
committer | GuanXuetao <gxt@mprc.pku.edu.cn> | 2011-03-16 21:19:21 -0400 |
commit | 4fde87cb13a29c06e0b4c2cba86445492098fbc2 (patch) | |
tree | cbd99cd229d7258e846f91c3b7efe00897c5eab6 /arch/unicore32/mm/Makefile | |
parent | ce443ab5fd536941da1d529ba3963324f941fc29 (diff) |
unicore32: replace unicore32-specific iomap functions with generic lib implementation
1. define and enable CONFIG_GENERIC_IOMAP
2. define unicore32-specific PCI_IOBASE for asm-generic/io.h
3. define HAVE_ARCH_PIO_SIZE and unicore32-specific PIO_* macros
4. remove all unicore32-specific iomap functions
Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Reviewed-and-Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/unicore32/mm/Makefile')
-rw-r--r-- | arch/unicore32/mm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/unicore32/mm/Makefile b/arch/unicore32/mm/Makefile index f3ff41039f51..46c166699319 100644 --- a/arch/unicore32/mm/Makefile +++ b/arch/unicore32/mm/Makefile | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | obj-y := extable.o fault.o init.o pgd.o mmu.o | 5 | obj-y := extable.o fault.o init.o pgd.o mmu.o |
6 | obj-y += iomap.o flush.o ioremap.o | 6 | obj-y += flush.o ioremap.o |
7 | 7 | ||
8 | obj-$(CONFIG_SWIOTLB) += dma-swiotlb.o | 8 | obj-$(CONFIG_SWIOTLB) += dma-swiotlb.o |
9 | 9 | ||