mirror of
https://github.com/apache/nuttx.git
synced 2025-12-09 11:43:39 +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.