]> Zhao Yanbai Git Server - minix.git/commitdiff
vm: last commit should not have included wiping out these calls
authorBen Gras <ben@minix3.org>
Mon, 5 Jul 2010 14:01:34 +0000 (14:01 +0000)
committerBen Gras <ben@minix3.org>
Mon, 5 Jul 2010 14:01:34 +0000 (14:01 +0000)
(this was done temporarily to make vm work with clang; vm crashes when
the 64-bit arithmetic functions are used when compiled with clang.)

servers/vm/main.c

index 5898891edea6a969bdcc301a83f3d2e1a99d83ee..03540a62a5b530bcbc8be77361dd9de1474116f9 100644 (file)
@@ -353,11 +353,9 @@ PRIVATE int sef_cb_init_fresh(int type, sef_init_info_t *info)
        CALLMAP(VM_GETREF, do_get_refcount);
        CALLMAP(VM_INFO, do_info);
        CALLMAP(VM_QUERY_EXIT, do_query_exit);
-#if 0
        CALLMAP(VM_FORGETBLOCKS, do_forgetblocks);
        CALLMAP(VM_FORGETBLOCK, do_forgetblock);
        CALLMAP(VM_YIELDBLOCKGETBLOCK, do_yieldblockgetblock);
-#endif
 
        /* Sanity checks */
        if(find_kernel_top() >= VM_PROCSTART)