From 8fe82997ba025013823fa0fe3f669009780bcd9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Tue, 1 Nov 2011 18:59:47 +0000 Subject: [PATCH] Some more tracing. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43074 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/boot/platform/atari_m68k/mmu.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/system/boot/platform/atari_m68k/mmu.cpp b/src/system/boot/platform/atari_m68k/mmu.cpp index d2d2ec3def..3a209d6476 100644 --- a/src/system/boot/platform/atari_m68k/mmu.cpp +++ b/src/system/boot/platform/atari_m68k/mmu.cpp @@ -574,11 +574,13 @@ mmu_init(void) gKernelArgs.num_physical_allocated_ranges = 1; // remember the start of the allocated physical pages + TRACE(("mmu_init: enabling transparent translation\n")); // enable transparent translation of the first 256 MB gMMUOps->set_tt(0, ATARI_CHIPRAM_BASE, 0x10000000, 0); // enable transparent translation of the 16MB ST shadow range for I/O gMMUOps->set_tt(1, ATARI_SHADOW_BASE, 0x01000000, 0); + TRACE(("mmu_init: init rtdir\n")); init_page_directory(); #if 0//XXX:HOLE