Gosh, didn't even find the time to adapt map_page()'s comment to the new world.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9538 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-10-27 17:13:20 +00:00
parent 48ac51f886
commit c045a66d75

View File

@ -126,9 +126,8 @@ add_page_table(addr_t base)
/** Creates an entry to map the specified virtualAddress to the given
* physicalAddress.
* Note, it can only map the 4 meg region right after KERNEL_BASE; this
* could be easily fixed, though, by dynamically adding another page
* table, if the need arises.
* If the mapping goes beyond the current page table, it will allocate
* a new one. If it cannot map the requested page, it panics.
*/
static void