mirror of
https://github.com/apache/nuttx.git
synced 2025-12-07 01:44:23 +08:00
The temporary mappings via addrenv_select() and addrenv_restore() simply do not work from interrupt, so remove its usage and replace with kmap which is safe.