kernel: don't build cprofile code by default

This commit is contained in:
Arun Thomas
2011-08-02 15:24:47 +02:00
parent aaefc6f838
commit d69519f86a
3 changed files with 10 additions and 0 deletions

View File

@@ -16,6 +16,8 @@
#include <string.h>
#if CPROFILE
/*===========================================================================*
* do_cprofile *
*===========================================================================*/
@@ -144,3 +146,4 @@ PUBLIC int do_cprofile(struct proc * caller, message * m_ptr)
}
}
#endif /* CPROFILE */