diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2011-11-24 21:10:12 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2011-12-04 15:59:49 +0200 |
commit | a21a2fd4036f9a572415a7543896a1163c211ee5 (patch) | |
tree | e668585f82aee3abb56b011c78cdb7a5f46099da /arch/sparc/Kconfig | |
parent | 43db595e8b5d78ce5ad2feab719814a76e3ad2e5 (diff) | |
download | linux-3.10-a21a2fd4036f9a572415a7543896a1163c211ee5.tar.gz linux-3.10-a21a2fd4036f9a572415a7543896a1163c211ee5.tar.bz2 linux-3.10-a21a2fd4036f9a572415a7543896a1163c211ee5.zip |
sparc: switch to GENERIC_PCI_IOMAP
sparc 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.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r-- | arch/sparc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index f92602e8660..a4644f5ea98 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -28,6 +28,7 @@ config SPARC select HAVE_GENERIC_HARDIRQS select GENERIC_IRQ_SHOW select USE_GENERIC_SMP_HELPERS if SMP + select GENERIC_PCI_IOMAP config SPARC32 def_bool !64BIT |