Can two different kernel modules gain access to the same area of memory from a call to ioremap_nocache() ?
I have a wireless driver, and a separate module, I would like the separate module to profile the noise values on the card, whilst the driver is still operating. Hence my question above.
