throw out FIXME reminders for release
This commit is contained in:
parent
40b1d58077
commit
bcd7d04203
@ -123,7 +123,6 @@ PUBLIC void vm_init(struct proc *newptproc)
|
|||||||
PTR = I386_BIG_PAGE_SIZE*PDE + offset; \
|
PTR = I386_BIG_PAGE_SIZE*PDE + offset; \
|
||||||
REMAIN = MIN(REMAIN, I386_BIG_PAGE_SIZE - offset); \
|
REMAIN = MIN(REMAIN, I386_BIG_PAGE_SIZE - offset); \
|
||||||
if(1 || mustinvl) { \
|
if(1 || mustinvl) { \
|
||||||
FIXME("unconditional reload"); \
|
|
||||||
level0(reload_cr3); \
|
level0(reload_cr3); \
|
||||||
} \
|
} \
|
||||||
} \
|
} \
|
||||||
|
@ -108,8 +108,6 @@ PRIVATE int QueueMess(endpoint_t ep, vir_bytes msg_lin, struct proc *dst)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
|
||||||
FIXME("in-memory process copy");
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
PHYS_COPY_CATCH(msg_lin, vir2phys(&dst->p_delivermsg), sizeof(message), addr);
|
PHYS_COPY_CATCH(msg_lin, vir2phys(&dst->p_delivermsg), sizeof(message), addr);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user