From 4b953dec7900f313e44e84194caf68352e7e6463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 15 Aug 2009 14:29:20 +0000 Subject: [PATCH] [GSoC] [ARM] Patch by Johannes Wischert. Do call mmu_init_for_kernel() here. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32415 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/boot/platform/u-boot/start2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/boot/platform/u-boot/start2.c b/src/system/boot/platform/u-boot/start2.c index 158caf56fa..50116af92d 100644 --- a/src/system/boot/platform/u-boot/start2.c +++ b/src/system/boot/platform/u-boot/start2.c @@ -77,7 +77,7 @@ platform_start_kernel(void) // smp_init_other_cpus(); serial_cleanup(); -// mmu_init_for_kernel(); + mmu_init_for_kernel(); // smp_boot_other_cpus(); dprintf("kernel entry at %lx\n",