Commit 26c00f39 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6388c3b5
...@@ -999,7 +999,7 @@ void *page_mmap(Page *page, void *addr, int prot) ...@@ -999,7 +999,7 @@ void *page_mmap(Page *page, void *addr, int prot)
} }
/* page_drop_memory frees RAM associated with page and transition page state into PAGE_EMPTY. /* page_drop_memory frees RAM associated with page and transitions page state into PAGE_EMPTY.
* *
* The Page struct itself is not released - see page_del for that. */ * The Page struct itself is not released - see page_del for that. */
static void page_drop_memory(Page *page) static void page_drop_memory(Page *page)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment