Disable sprofile by default
-Reduces kernel memory usage
This commit is contained in:
parent
9aa4fb0dc6
commit
084f96981b
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
||||||
#define FASTLOAD _FASTLOAD
|
#define FASTLOAD _FASTLOAD
|
||||||
|
|
||||||
/* Enable or disable system profiling. */
|
/* Enable or disable system profiling. */
|
||||||
#define SPROFILE 1 /* statistical profiling */
|
#define SPROFILE 0 /* statistical profiling */
|
||||||
#define CPROFILE 0 /* call profiling */
|
#define CPROFILE 0 /* call profiling */
|
||||||
|
|
||||||
/* PCI configuration parameters */
|
/* PCI configuration parameters */
|
||||||
|
|
Loading…
Reference in a new issue