diff --git a/[refs] b/[refs] index 90f21d5a0e70..0b336dcac82f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 90d595fe5ca4b685465c068907e6e554760abea8 +refs/heads/master: 29e71abf56cebc5c5a4e184a6eb4360cc58554ad diff --git a/trunk/include/linux/kernel.h b/trunk/include/linux/kernel.h index 75d81f157d2e..ecce4a4ccd5f 100644 --- a/trunk/include/linux/kernel.h +++ b/trunk/include/linux/kernel.h @@ -486,4 +486,9 @@ struct sysinfo { #define NUMA_BUILD 0 #endif +/* Rebuild everything on CONFIG_FTRACE_MCOUNT_RECORD */ +#ifdef CONFIG_FTRACE_MCOUNT_RECORD +# define REBUILD_DUE_TO_FTRACE_MCOUNT_RECORD +#endif + #endif