commit | 4fde87cb13a29c06e0b4c2cba86445492098fbc2 | [log] [tgz] |
---|---|---|
author | GuanXuetao <gxt@mprc.pku.edu.cn> | Sun Feb 27 12:46:06 2011 +0800 |
committer | GuanXuetao <gxt@mprc.pku.edu.cn> | Thu Mar 17 09:19:21 2011 +0800 |
tree | cbd99cd229d7258e846f91c3b7efe00897c5eab6 | |
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>