don't always time that
This commit is contained in:
parent
7d48584659
commit
22d9444773
@ -87,7 +87,6 @@ FORWARD _PROTOTYPE( void pick_proc, (void));
|
|||||||
endpoint_t e = proc_addr(s)->p_endpoint; \
|
endpoint_t e = proc_addr(s)->p_endpoint; \
|
||||||
struct vir_addr src, dst; \
|
struct vir_addr src, dst; \
|
||||||
int r; \
|
int r; \
|
||||||
timer_start(0, "copymess"); \
|
|
||||||
if((dstlin = umap_local((dp), D, (vir_bytes) dm, sizeof(message))) == 0){\
|
if((dstlin = umap_local((dp), D, (vir_bytes) dm, sizeof(message))) == 0){\
|
||||||
minix_panic("CopyMess: umap_local failed", __LINE__); \
|
minix_panic("CopyMess: umap_local failed", __LINE__); \
|
||||||
} \
|
} \
|
||||||
@ -125,7 +124,6 @@ FORWARD _PROTOTYPE( void pick_proc, (void));
|
|||||||
minix_panic("CopyMess: virtual_copy (2) failed", __LINE__); \
|
minix_panic("CopyMess: virtual_copy (2) failed", __LINE__); \
|
||||||
} \
|
} \
|
||||||
} \
|
} \
|
||||||
timer_end(0); \
|
|
||||||
} while(0)
|
} while(0)
|
||||||
|
|
||||||
/*===========================================================================*
|
/*===========================================================================*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user