]> Zhao Yanbai Git Server - minix.git/commitdiff
Disable sprofile by default
authorArun Thomas <arun@minix3.org>
Fri, 8 Jul 2011 15:21:43 +0000 (17:21 +0200)
committerArun Thomas <arun@minix3.org>
Fri, 8 Jul 2011 15:28:58 +0000 (17:28 +0200)
-Reduces kernel memory usage

common/include/minix/config.h

index b247bc0a95dc7c47981886a276144e3d03cd1b82..49350a8d502d4672f890bfcf203e1354474e3e6a 100644 (file)
 #define FASTLOAD _FASTLOAD
 
 /* Enable or disable system profiling. */
-#define SPROFILE          1    /* statistical profiling */
+#define SPROFILE          0    /* statistical profiling */
 #define CPROFILE          0    /* call profiling */
 
 /* PCI configuration parameters */