Removed test MMU allocation.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5052 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -70,7 +70,6 @@ start(void *openFirmwareEntry)
|
|||||||
of_init(openFirmwareEntry);
|
of_init(openFirmwareEntry);
|
||||||
console_init();
|
console_init();
|
||||||
arch_mmu_init();
|
arch_mmu_init();
|
||||||
printf("testing mmu allocation: %p\n", arch_mmu_alloc(128 * 1024, B_READ_AREA));
|
|
||||||
|
|
||||||
main(&args);
|
main(&args);
|
||||||
// if everything wents fine, main() never returns
|
// if everything wents fine, main() never returns
|
||||||
|
|||||||
Reference in New Issue
Block a user