Disable sprofile by default

-Reduces kernel memory usage
This commit is contained in:
Arun Thomas 2011-07-08 17:21:43 +02:00
parent 9aa4fb0dc6
commit 084f96981b

View file

@ -104,7 +104,7 @@
#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 */