mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
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>
This commit is contained in:
committed by
Stafford Horne
parent
eabe7e9a21
commit
f3b17320db
@@ -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.
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user