[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:
committed by
Kyle McMartin
parent
94c3e87a79
commit
5076c15862
@ -805,7 +805,7 @@ static int perf_write_image(uint64_t *memaddr)
|
||||
return -1;
|
||||
}
|
||||
|
||||
runway = ioremap(cpu_device->hpa.start, 4096);
|
||||
runway = ioremap_nocache(cpu_device->hpa.start, 4096);
|
||||
|
||||
/* Merge intrigue bits into Runway STATUS 0 */
|
||||
tmp64 = __raw_readq(runway + RUNWAY_STATUS) & 0xffecfffffffffffful;
|
||||
|
Reference in New Issue
Block a user