Skip to content

Commit ba81f50

Browse files
author
Russell King
committed
ARM: Versatile Express: add NO_IOPORT
On Versatile Express, the PCI Express buses are broken and unusable, so we aren't going to support PCI/ISA IO cycles on this platform. Remove the PCI/ISA IO inb et.al. support for this platform. Acked-by: Catalin Marinas <[email protected]> Signed-off-by: Russell King <[email protected]>
1 parent 5936d11 commit ba81f50

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

arch/arm/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ config ARCH_VEXPRESS
313313
select HAVE_CLK
314314
select HAVE_PATA_PLATFORM
315315
select ICST
316+
select NO_IOPORT
316317
select PLAT_VERSATILE
317318
select PLAT_VERSATILE_CLCD
318319
help

arch/arm/mach-vexpress/include/mach/io.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#ifndef __ASM_ARM_ARCH_IO_H
2121
#define __ASM_ARM_ARCH_IO_H
2222

23-
#define __io(a) __typesafe_io(a)
2423
#define __mem_pci(a) (a)
2524

2625
#endif

0 commit comments

Comments
 (0)