linux-stable/arch/arm/mach-keystone
Christoph Hellwig cf141ae989 ARM/keystone: move the DMA offset handling under ifdef CONFIG_ARM_LPAE
The DMA offset notifier can only be used if PHYS_OFFSET is at least
KEYSTONE_HIGH_PHYS_START, which can't be represented by a 32-bit
phys_addr_t.  Currently the code compiles fine despite that, a pending
change to the DMA offset handling would create a compiler warning for
this case.  Add an ifdef to not compile the code except for LPAE
configs.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Robin Murphy <robin.murphy@arm.com>
2020-09-17 18:43:24 +02:00
..
Kconfig
keystone.c ARM/keystone: move the DMA offset handling under ifdef CONFIG_ARM_LPAE 2020-09-17 18:43:24 +02:00
keystone.h
Makefile ARM: use arch_extension directive instead of arch argument 2019-06-19 09:44:25 -07:00
memory.h
platsmp.c mm: reorder includes after introduction of linux/pgtable.h 2020-06-09 09:39:13 -07:00
pm_domain.c
smc.S ARM: SoC platform updates 2019-07-19 17:05:08 -07:00