+1
-1
arch/arm/mm/dma-mapping-nommu.c
+1
-1
arch/arm/mm/dma-mapping-nommu.c
···
39
39
/*
40
40
* Cache support for v7m is optional, so can be treated as
41
41
* coherent if no cache has been detected. Note that it is not
42
-
* enough to check if MPU is in use or not since in absense of
42
+
* enough to check if MPU is in use or not since in absence of
43
43
* MPU system memory map is used.
44
44
*/
45
45
dev->dma_coherent = cacheid ? coherent : true;