From f44f6a045e9d4ce5b166dfb25cd4f8c680971ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 16 Oct 2003 18:07:21 +0000 Subject: [PATCH] Removed test MMU allocation. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5052 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/boot/platform/openfirmware/start.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/kernel/boot/platform/openfirmware/start.c b/src/kernel/boot/platform/openfirmware/start.c index 29cf7534e4..751df8db1e 100644 --- a/src/kernel/boot/platform/openfirmware/start.c +++ b/src/kernel/boot/platform/openfirmware/start.c @@ -70,7 +70,6 @@ start(void *openFirmwareEntry) of_init(openFirmwareEntry); console_init(); arch_mmu_init(); - printf("testing mmu allocation: %p\n", arch_mmu_alloc(128 * 1024, B_READ_AREA)); main(&args); // if everything wents fine, main() never returns