Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: add NO_GENERIC_PCI_IOPORT_MAP | Michael S. Tsirkin | 2012-01-31 | 1 | -1/+1 |
| | | | | | | | | | | | Some architectures need to override the way IO port mapping is done on PCI devices. Supply a generic macro that calls ioport_map, and make it possible for architectures to override. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> | ||||
* | lib: add GENERIC_PCI_IOMAP | Michael S. Tsirkin | 2011-11-28 | 1 | -0/+48 |
Many architectures want a generic pci_iomap but not the rest of iomap.c. Split that to a separate .c file and add a new config symbol. select automatically by GENERIC_IOMAP. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |