17 Jul
2019
17 Jul
'19
1:06 p.m.
On Wed, Jul 17, 2019 at 12:51:56PM +0200, Lucas Stach wrote:
The regmap is only ever used to access MMIO registers, so it's fair to say that register access is fast.
Are you sure there's no caches that try to do allocations at runtime? The main thing fast_io does is change the locking to spinlocks which means we shouldn't do any allocations under lock, such as when updating the cache.