[PARISC] I/O-Space must be ioremap_nocache()'d
Addresses in F-space must be accessed uncached on most parisc machines. Signed-off-by: Helge Deller <deller@parisc-linux.org> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
This commit is contained in:

gecommit door
Kyle McMartin

bovenliggende
94c3e87a79
commit
5076c15862
@@ -1560,7 +1560,7 @@ static int ccio_probe(struct parisc_device *dev)
|
||||
*ioc_p = ioc;
|
||||
|
||||
ioc->hw_path = dev->hw_path;
|
||||
ioc->ioc_regs = ioremap(dev->hpa.start, 4096);
|
||||
ioc->ioc_regs = ioremap_nocache(dev->hpa.start, 4096);
|
||||
ccio_ioc_init(ioc);
|
||||
ccio_init_resources(ioc);
|
||||
hppa_dma_ops = &ccio_ops;
|
||||
|
Verwijs in nieuw issue
Block a user