mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-09 03:20:05 +00:00
Create a semi-static mapping for the USB registers early in the boot process, before additional kernel threads are started, so all threads will have the mappings from the start. This avoids the need for data aborts to lazily update them. See: https://github.com/raspberrypi/linux/issues/2450 Signed-off-by: Floris Bos <bos@je-eigen-domein.nl>