mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
risc-v/arch.h: revising comments
This revises comments about page tables to help understanding. Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
This commit is contained in:
@@ -64,8 +64,9 @@
|
|||||||
/* A task group must have its L1 table in memory always, and the rest can
|
/* A task group must have its L1 table in memory always, and the rest can
|
||||||
* be dynamically committed to memory (and even swapped).
|
* be dynamically committed to memory (and even swapped).
|
||||||
*
|
*
|
||||||
* In this implementation every level tables besides the final level N are
|
* In this implementation level tables except the final level N are always
|
||||||
* kept in memory always, while the level N tables are dynamically allocated.
|
* kept in static memory, while the level N tables are always dynamically
|
||||||
|
* allocated. There is one static page per level in `spgtables[]`.
|
||||||
*
|
*
|
||||||
* The implications ? They depend on the MMU type.
|
* The implications ? They depend on the MMU type.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user