Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cebbd3fb authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

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



Cc: Adrian Bunk <bunk@kernel.org>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent b03f6489
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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 {