No linear addresses in message delivery
- removes p_delivermsg_lin item from the process structure and code related to it - as the send part, the receive does not need to use the PHYS_COPY_CATCH() and umap_local() couple. - The address space of the target process is installed before delivermsg() is called. - unlike the linear address, the virtual address does not change when paging is turned on nor after fork().
This commit is contained in:
@@ -56,7 +56,6 @@ struct proc {
|
||||
message p_sendmsg; /* Message from this process if SENDING */
|
||||
message p_delivermsg; /* Message for this process if MF_DELIVERMSG */
|
||||
vir_bytes p_delivermsg_vir; /* Virtual addr this proc wants message at */
|
||||
vir_bytes p_delivermsg_lin; /* Linear addr this proc wants message at */
|
||||
|
||||
/* If handler functions detect a process wants to do something with
|
||||
* memory that isn't present, VM has to fix it. Until it has asked
|
||||
|
||||
Reference in New Issue
Block a user