diff options
author | Stafford Horne <shorne@gmail.com> | 2022-07-29 22:47:13 +0200 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2022-07-29 22:47:13 +0200 |
commit | 0757060a438835df82bd8aec40d4abc7dc4c9584 (patch) | |
tree | 60415e5f5ddbf4a7269ee273e9b40c950460ae6e /arch/microblaze/include/asm/dma.h | |
parent | Linux 5.19-rc6 (diff) | |
parent | PCI: Stub __pci_ioport_map() for arches that don't support it at all (diff) | |
download | linux-0757060a438835df82bd8aec40d4abc7dc4c9584.tar.xz linux-0757060a438835df82bd8aec40d4abc7dc4c9584.zip |
Merge branch 'pci/header-cleanup-immutable' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
The OpenRISC PCI support depends on the fixups done in the
pci/header-cleanup-immutable branch. Also, there are OpenRISC
irqchip fixups in v5.19-rc6 that are needed to test the virt platform.
This merge creates a base for the OpenRISC PCI changes.
Diffstat (limited to 'arch/microblaze/include/asm/dma.h')
-rw-r--r-- | arch/microblaze/include/asm/dma.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/microblaze/include/asm/dma.h b/arch/microblaze/include/asm/dma.h index f801582be912..7484c9eb66c4 100644 --- a/arch/microblaze/include/asm/dma.h +++ b/arch/microblaze/include/asm/dma.h @@ -9,10 +9,4 @@ /* Virtual address corresponding to last available physical memory address. */ #define MAX_DMA_ADDRESS (CONFIG_KERNEL_START + memory_size - 1) -#ifdef CONFIG_PCI -extern int isa_dma_bridge_buggy; -#else -#define isa_dma_bridge_buggy (0) -#endif - #endif /* _ASM_MICROBLAZE_DMA_H */ |