提交 cebbd3fb 编写于 作者: A Andrew Morton 提交者: Linus Torvalds

build-kernel-profileo-only-when-requested-cleanups

Cc: Adrian Bunk <bunk@kernel.org>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 b03f6489
......@@ -18,9 +18,11 @@ struct pt_regs;
struct notifier_block;
#if defined(CONFIG_PROFILING) && defined(CONFIG_PROC_FS)
void create_prof_cpu_mask(struct proc_dir_entry *);
void create_prof_cpu_mask(struct proc_dir_entry *de);
#else
#define create_prof_cpu_mask(x) do { (void)(x); } while (0)
static inline void create_prof_cpu_mask(struct proc_dir_entry *de)
{
}
#endif
enum profile_type {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册