]> Zhao Yanbai Git Server - minix.git/commitdiff
cprofile not conditional
authorBen Gras <ben@minix3.org>
Fri, 9 Jan 2009 21:45:27 +0000 (21:45 +0000)
committerBen Gras <ben@minix3.org>
Fri, 9 Jan 2009 21:45:27 +0000 (21:45 +0000)
kernel/system/do_cprofile.c
kernel/system/do_profbuf.c

index f247311d465ae01b467616a2f8f8e0a0c9ac5a7d..e7ad5fda6bfc6115e9e177fffccb7d1af1503a41 100644 (file)
@@ -14,8 +14,6 @@
 
 #include "../system.h"
 
-#if CPROFILE
-
 #include <string.h>
 
 /*===========================================================================*
@@ -147,5 +145,3 @@ register message *m_ptr;    /* pointer to request message */
   }
 }
 
-#endif /* CPROFILE */
-
index 334c8ff2178b6a2cf8528c5a4aedf32f57b787db..f3094835a98e9b6d5f8e230748cf622aff8b77c5 100644 (file)
@@ -11,8 +11,6 @@
 
 #include "../system.h"
 
-#if CPROFILE
-
 /*===========================================================================*
  *                             do_profbuf                                   *
  *===========================================================================*/
@@ -49,5 +47,4 @@ register message *m_ptr;    /* pointer to request message */
   return OK;
 }
 
-#endif /* CPROFILE */