throw out FIXME reminders for release

This commit is contained in:
Ben Gras 2009-09-30 07:40:34 +00:00
parent 40b1d58077
commit bcd7d04203
2 changed files with 0 additions and 3 deletions

View 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); \
} \
} \

View file

@ -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);