]> Zhao Yanbai Git Server - minix.git/commitdiff
throw out FIXME reminders for release
authorBen Gras <ben@minix3.org>
Wed, 30 Sep 2009 07:40:34 +0000 (07:40 +0000)
committerBen Gras <ben@minix3.org>
Wed, 30 Sep 2009 07:40:34 +0000 (07:40 +0000)
kernel/arch/i386/memory.c
kernel/proc.c

index 884047b2f2a71a9517c3530c7dace4421ac15a98..c5eb9de6e1a0be937f561e3494f024f2c3ad0492 100644 (file)
@@ -123,7 +123,6 @@ PUBLIC void vm_init(struct proc *newptproc)
                PTR = I386_BIG_PAGE_SIZE*PDE + offset;                  \
                REMAIN = MIN(REMAIN, I386_BIG_PAGE_SIZE - offset);      \
                if(1 || mustinvl) {                                     \
-                       FIXME("unconditional reload");                  \
                        level0(reload_cr3);                             \
                }                                                       \
        }                                                               \
index 7b92501732c48f68f616de9abbb6afc8a864c202..24289c5e7c8988ba64c09fbdec557a885fb96930 100755 (executable)
@@ -108,8 +108,6 @@ PRIVATE int QueueMess(endpoint_t ep, vir_bytes msg_lin, struct proc *dst)
                        }
                }
        }
-#else
-       FIXME("in-memory process copy");
 #endif
 
        PHYS_COPY_CATCH(msg_lin, vir2phys(&dst->p_delivermsg), sizeof(message), addr);