]> Zhao Yanbai Git Server - minix.git/commitdiff
don't always time that
authorBen Gras <ben@minix3.org>
Fri, 9 Jan 2009 20:58:35 +0000 (20:58 +0000)
committerBen Gras <ben@minix3.org>
Fri, 9 Jan 2009 20:58:35 +0000 (20:58 +0000)
kernel/proc.c

index 7b3c678e8842e5eedbe8e89547670a6577b51b5a..d8a50268802211688ef6ef72a26c7bcd67d6a6cd 100755 (executable)
@@ -87,7 +87,6 @@ FORWARD _PROTOTYPE( void pick_proc, (void));
        endpoint_t e = proc_addr(s)->p_endpoint;        \
        struct vir_addr src, dst;                       \
        int r;                                          \
-       timer_start(0, "copymess");                     \
        if((dstlin = umap_local((dp), D, (vir_bytes) dm, sizeof(message))) == 0){\
                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__); \
                }                                       \
        }       \
-       timer_end(0);   \
 } while(0)
 
 /*===========================================================================*