Hello,
can somebody explain the precise semantic of the NOCACHE option of
mmap ?
I have the following situation:
If I map an IO region of a PPC without the NOCACHE option … all
locations of the mapped region can be read, but writing to some
location leads to a SIGBUS trap
After using the NOCACHE option … all reads/writes are OK. Why this
curious behavior ?
Armin