]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Add simple cache inhibited MMIO accessors
authorSuresh Warrier <warrier@linux.vnet.ibm.com>
Fri, 19 Aug 2016 05:35:45 +0000 (15:35 +1000)
committerPaul Mackerras <paulus@ozlabs.org>
Fri, 9 Sep 2016 06:17:59 +0000 (16:17 +1000)
commit4d139281c961981371d20507a29605d8d542cf9a
tree4ca83bc39c1d4932fcec17b6392a6c5ef3359c2b
parentfd230611d37ca77d6c7910346e21bc6c1ee843b5
powerpc: Add simple cache inhibited MMIO accessors

Add simple cache inhibited accessors for memory mapped I/O.
Unlike the accessors built from the DEF_MMIO_* macros, these
don't include any hardware memory barriers, callers need to
manage memory barriers on their own. These can only be called
in hypervisor real mode.

Signed-off-by: Suresh Warrier <warrier@linux.vnet.ibm.com>
[paulus@ozlabs.org - added line to comment]
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
arch/powerpc/include/asm/io.h