commit | 1b34d16073430671513b5231fb81cbe725b1a0de | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Thu Nov 24 21:06:41 2011 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Mon Nov 28 21:13:10 2011 +0200 |
tree | cb9c153a8bbb21c7e1491d433fe3d0be0f3399c3 | |
parent | e5bfb72ce2ce558b5a5a46cc5694001f0479c7f2 [diff] |
microblaze: switch to GENERIC_PCI_IOMAP microblaze copied pci_iomap from generic code, probably to avoid pulling the rest of iomap.c in. Since that's in a separate file now, we can reuse the common implementation. The only difference is handling of nocache flag, that turns out to be done correctly by the generic code since arch/microblaze/include/asm/io.h defines ioremap_nocache same as ioremap. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>