diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/kernel.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h index 75d81f157d2e..ecce4a4ccd5f 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h | |||
@@ -486,4 +486,9 @@ struct sysinfo { | |||
486 | #define NUMA_BUILD 0 | 486 | #define NUMA_BUILD 0 |
487 | #endif | 487 | #endif |
488 | 488 | ||
489 | /* Rebuild everything on CONFIG_FTRACE_MCOUNT_RECORD */ | ||
490 | #ifdef CONFIG_FTRACE_MCOUNT_RECORD | ||
491 | # define REBUILD_DUE_TO_FTRACE_MCOUNT_RECORD | ||
492 | #endif | ||
493 | |||
489 | #endif | 494 | #endif |