aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
Diffstat (limited to 'mm')
-rw-r--r--mm/kmemtrace.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/mm/kmemtrace.c b/mm/kmemtrace.c
index f7a49c077df2..f7704f52c4b1 100644
--- a/mm/kmemtrace.c
+++ b/mm/kmemtrace.c
@@ -19,11 +19,9 @@ static struct rchan *kmemtrace_chan;
19static u32 kmemtrace_buf_overruns; 19static u32 kmemtrace_buf_overruns;
20 20
21static unsigned int kmemtrace_n_subbufs; 21static unsigned int kmemtrace_n_subbufs;
22#ifdef CONFIG_KMEMTRACE_DEFAULT_ENABLED 22
23static unsigned int kmemtrace_enabled = 1; 23/* disabled by default */
24#else 24static unsigned int kmemtrace_enabled;
25static unsigned int kmemtrace_enabled = 0;
26#endif
27 25
28/* 26/*
29 * The sequence number is used for reordering kmemtrace packets 27 * The sequence number is used for reordering kmemtrace packets