commit | 04e4783fccf4268249bff2c1be9f63013d12153a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Feb 10 10:56:36 2021 +0100 |
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | Sat Feb 13 09:51:45 2021 +0100 |
tree | 5edf17f86b7d9dc0bdc530dda0af0590c7344cd8 | |
parent | 7c86ff9925cbc83e8a21f164a8fdc2767e03531e [diff] |
MIPS/malta: simplify plat_setup_iocoherency Given that plat_mem_setup runs before earlyparams are handled and malta selects CONFIG_DMA_MAYBE_COHERENT, coherentio can only be set to IO_COHERENCE_DEFAULT at this point. So remove the checking for other options and merge plat_enable_iocoherency into plat_setup_iocoherency to simplify the code a bit. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>