Skip to content
  • Michael S. Tsirkin's avatar
    alpha: switch to GENERIC_PCI_IOMAP · f2971c4c
    Michael S. Tsirkin authored
    
    
    alpha copied pci_iomap from generic code 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/alpha/include/asm/io.h
    defines ioremap_nocache same as ioremap.
    
    Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
    f2971c4c