diff options
author | Christoph Hellwig <hch@lst.de> | 2019-08-17 09:32:32 +0200 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2019-08-31 11:57:53 +0900 |
commit | f3b17320db25b4cdd50f0396b096644455357dac (patch) | |
tree | d1f009259f50bb779c19575fbfff425c3205ca22 /arch/openrisc/include/asm/pgtable.h | |
parent | eabe7e9a21a27c6124967169e5bfea5678af493f (diff) | |
download | talos-op-linux-f3b17320db25b4cdd50f0396b096644455357dac.tar.gz talos-op-linux-f3b17320db25b4cdd50f0396b096644455357dac.zip |
openrisc: map as uncached in ioremap
Openrisc is the only architecture not mapping ioremap as uncached,
which has been the default since the Linux 2.6.x days. Switch it
over to implement uncached semantics by default.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Stafford Horne <shorne@gmail.com>
Diffstat (limited to 'arch/openrisc/include/asm/pgtable.h')
-rw-r--r-- | arch/openrisc/include/asm/pgtable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/openrisc/include/asm/pgtable.h b/arch/openrisc/include/asm/pgtable.h index 497fd908a4c4..2fe9ff5b5d6f 100644 --- a/arch/openrisc/include/asm/pgtable.h +++ b/arch/openrisc/include/asm/pgtable.h @@ -97,7 +97,7 @@ extern void paging_init(void); /* Define some higher level generic page attributes. * * If you change _PAGE_CI definition be sure to change it in - * io.h for ioremap_nocache() too. + * io.h for ioremap() too. */ /* |