mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 10:32:47 +08:00
5150979488
Replace static gs_vaddr with a new dynamic mapping list. Collecting all this kind of virtual memory mappings into a single structure makes things more consistent. This still leaves the task group specific granule alloocator, gs_handle, in the task group Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>