Patch by Andreas Faerber:
* Fixed typo in panic() message. Thanks! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34851 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
431b9a3183
commit
9592b510c5
@ -158,7 +158,7 @@ add_page_table(addr_t base)
|
||||
// Get new page table and clear it out
|
||||
uint32 *pageTable = get_next_page_table();
|
||||
if (pageTable > (uint32 *)(8 * 1024 * 1024)) {
|
||||
panic("tried to add page table beyond the indentity mapped 8 MB "
|
||||
panic("tried to add page table beyond the identity mapped 8 MB "
|
||||
"region\n");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user