Home
last modified time | relevance | path

Searched hist:"97 c9801a" (Results 1 – 2 of 2) sorted by relevance

/linux/arch/sparc/include/asm/
H A Dio_32.hdiff 97c9801a Sun Aug 11 12:53:20 GMT 2019 Christoph Hellwig <hch@lst.de> asm-generic: don't provide ioremap for CONFIG_MMU

All MMU-enabled ports have a non-trivial ioremap and should thus provide
the prototype for their implementation instead of providing a generic
one unless a different symbol is not defined. Note that this only
affects sparc32 nds32 as all others do provide their own version.

Also update the kerneldoc comments in asm-generic/io.h to explain the
situation around the default ioremap* implementations correctly.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
/linux/include/asm-generic/
H A Dio.hdiff 97c9801a Sun Aug 11 12:53:20 GMT 2019 Christoph Hellwig <hch@lst.de> asm-generic: don't provide ioremap for CONFIG_MMU

All MMU-enabled ports have a non-trivial ioremap and should thus provide
the prototype for their implementation instead of providing a generic
one unless a different symbol is not defined. Note that this only
affects sparc32 nds32 as all others do provide their own version.

Also update the kerneldoc comments in asm-generic/io.h to explain the
situation around the default ioremap* implementations correctly.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>